Package net.java.ao
Interface EntityManagerConfiguration
public interface EntityManagerConfiguration
This represents a configuration for entity manager creation.
-
Method Summary
Modifier and TypeMethodDescriptionGets a EntityInfo factory to use when parsing the schema configuration annotated on theentity
typeGets the name converters to be used with the (to be) configuredEntityManager
.Gets the schema configuration to be used with the (to be) configuredEntityManager
boolean
Deprecated.since 0.25.
-
Method Details
-
useWeakCache
Deprecated.since 0.25. EntityManager now no longer caches. -
getNameConverters
NameConverters getNameConverters()Gets the name converters to be used with the (to be) configuredEntityManager
.- Returns:
- a non-
null
name converter
-
getSchemaConfiguration
SchemaConfiguration getSchemaConfiguration()Gets the schema configuration to be used with the (to be) configuredEntityManager
- Returns:
- a non-
null
schema configuration
-
getEntityInfoResolverFactory
EntityInfoResolverFactory getEntityInfoResolverFactory()Gets a EntityInfo factory to use when parsing the schema configuration annotated on theentity
type- Returns:
- a non-
null
EntityInfo factory
-