public class JPAJava2DBProcessor extends Object
| Constructor and Description |
|---|
JPAJava2DBProcessor(org.glassfish.persistence.common.Java2DBProcessorHelper helper)
Creates a new instance of JPAJava2DBProcessor using Java2DBProcessorHelper
|
| Modifier and Type | Method and Description |
|---|---|
void |
createTablesInDB()
This method is called after the jdbc files have been created.
|
boolean |
isJava2DbPU(com.sun.enterprise.deployment.PersistenceUnitDescriptor bundle)
This method does parses all relevant info from the PU
|
public JPAJava2DBProcessor(org.glassfish.persistence.common.Java2DBProcessorHelper helper)
helper - the Java2DBProcessorHelper instance to be used
with this processor.public boolean isJava2DbPU(com.sun.enterprise.deployment.PersistenceUnitDescriptor bundle)
bundle - the persistence unit descriptor that is being worked on.public void createTablesInDB()
Copyright © 2013. All Rights Reserved.