Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.TableCreationType
-
Packages that use EntityManagerSetupImpl.TableCreationType Package Description org.eclipse.persistence.internal.jpa -
-
Uses of EntityManagerSetupImpl.TableCreationType in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa that return EntityManagerSetupImpl.TableCreationType Modifier and Type Method Description static EntityManagerSetupImpl.TableCreationTypeEntityManagerSetupImpl.TableCreationType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityManagerSetupImpl.TableCreationType[]EntityManagerSetupImpl.TableCreationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerSetupImpl.TableCreationType Modifier and Type Method Description protected static voidEntityManagerFactoryProvider. generateDefaultTables(SchemaManager mgr, EntityManagerSetupImpl.TableCreationType ddlType)Calls the appropriate create,replace or alter SchemaManager api.protected voidEntityManagerSetupImpl. writeDDL(String generationSourceProperty, String scriptGenerationSourceProperty, EntityManagerSetupImpl.TableCreationType tableCreationType, Map props, DatabaseSessionImpl session, ClassLoader loader)INTERNAL: Generate the DDL per the properties given.protected voidEntityManagerSetupImpl. writeDDLToDatabase(SchemaManager mgr, EntityManagerSetupImpl.TableCreationType ddlType)INTERNAL: Generate and write DDL from the persistence unit metadata to the database.protected voidEntityManagerSetupImpl. writeDDLToFiles(SchemaManager mgr, String appLocation, Object createDDLJdbc, Object dropDDLJdbc, EntityManagerSetupImpl.TableCreationType ddlType)Deprecated.protected voidEntityManagerSetupImpl. writeDDLToFiles(SchemaManager mgr, String appLocation, Object createDDLJdbc, Object dropDDLJdbc, EntityManagerSetupImpl.TableCreationType ddlType, Map props)Write the DDL to the files provided.protected voidEntityManagerSetupImpl. writeMetadataDDLToDatabase(EntityManagerSetupImpl.TableCreationType tableCreationType, Map props, DatabaseSessionImpl session, ClassLoader classLoader)INTERNAL: Generate and write DDL from the persistence unit metadata to the database.protected voidEntityManagerSetupImpl. writeMetadataDDLToScript(EntityManagerSetupImpl.TableCreationType tableCreationType, Map props, DatabaseSessionImpl session, ClassLoader classLoader)INTERNAL: Generate and write DDL from the persistence unit metadata to scripts.
-