@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @Deprecated public @interface EntityManagerConfig
EntityManagerConfig
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends EntityManagerResolver> |
entityManagerResolver
Deprecated.
References the type which provides the EntityManager for a specific repository.
|
javax.persistence.FlushModeType |
flushMode
Deprecated.
Set the flush mode for the repository EntityManager.
|
public abstract Class<? extends EntityManagerResolver> entityManagerResolver
Copyright © 2020 The Apache Software Foundation. All rights reserved.