net.java.ao.builder
Class EntityManagerBuilderWithDatabaseProperties

java.lang.Object
  extended by net.java.ao.builder.AbstractEntityManagerBuilderWithDatabaseProperties<EntityManagerBuilderWithDatabaseProperties>
      extended by net.java.ao.builder.EntityManagerBuilderWithDatabaseProperties

public final class EntityManagerBuilderWithDatabaseProperties
extends AbstractEntityManagerBuilderWithDatabaseProperties<EntityManagerBuilderWithDatabaseProperties>

This is class used to build EntityManager

See Also:
EntityManagerBuilder, EntityManagerBuilderWithUrl, EntityManagerBuilderWithUrlAndUsername

Method Summary
 EntityManager build()
           
 EntityManagerBuilderWithDatabasePropertiesAndLuceneConfiguration withIndex(File indexDir)
           
 
Methods inherited from class net.java.ao.builder.AbstractEntityManagerBuilderWithDatabaseProperties
fieldNameConverter, indexNameConverter, schema, schemaConfiguration, sequenceNameConverter, tableNameConverter, triggerNameConverter, useWeakCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

withIndex

public EntityManagerBuilderWithDatabasePropertiesAndLuceneConfiguration withIndex(File indexDir)

build

public EntityManager build()
Specified by:
build in class AbstractEntityManagerBuilderWithDatabaseProperties<EntityManagerBuilderWithDatabaseProperties>


Copyright © 2007-2014. All Rights Reserved.