net.java.ao
Interface EntityManagerConfiguration


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

useWeakCache

boolean useWeakCache()
Whether or not the EntityManager should use weak references for caching

Returns:
true if the entity manager should use weak references for caching.

getTableNameConverter

TableNameConverter getTableNameConverter()
Gets the table name converter to be used with the (to be) configured EntityManager.

Returns:
a non-null table name converter

getFieldNameConverter

FieldNameConverter getFieldNameConverter()
Gets the field name converter to be used with the (to be) configured EntityManager

Returns:
a non-null field name converter

getSchemaConfiguration

SchemaConfiguration getSchemaConfiguration()
Gets the schema configuration to be used with the (to be) configured EntityManager

Returns:
a non-null schema configuration


Copyright © 2007-2012. All Rights Reserved.