public interface EntityManagerConfiguration
Modifier and Type | Method and Description |
---|---|
NameConverters |
getNameConverters()
Gets the name converters to be used with the (to be) configured
EntityManager . |
SchemaConfiguration |
getSchemaConfiguration()
Gets the schema configuration to be used with the (to be) configured
EntityManager |
boolean |
useWeakCache()
Whether or not the
EntityManager should use weak references for caching |
boolean useWeakCache()
EntityManager
should use weak references for cachingtrue
if the entity manager should use weak references for caching.NameConverters getNameConverters()
EntityManager
.null
name converter
SchemaConfiguration getSchemaConfiguration()
EntityManager
null
schema configuration
Copyright © 2007-2012. All Rights Reserved.