|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityManagerConfiguration
This represents a configuration for entity manager creation.
Method Summary | |
---|---|
FieldNameConverter |
getFieldNameConverter()
Gets the field name converter to be used with the (to be) configured EntityManager |
SchemaConfiguration |
getSchemaConfiguration()
Gets the schema configuration to be used with the (to be) configured EntityManager |
TableNameConverter |
getTableNameConverter()
Gets the table name converter to be used with the (to be) configured EntityManager . |
boolean |
useWeakCache()
Whether or not the EntityManager should use weak references for caching |
Method Detail |
---|
boolean useWeakCache()
EntityManager
should use weak references for caching
true
if the entity manager should use weak references for caching.TableNameConverter getTableNameConverter()
EntityManager
.
null
table name converter
FieldNameConverter getFieldNameConverter()
EntityManager
null
field name converter
SchemaConfiguration getSchemaConfiguration()
EntityManager
null
schema configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |