Uses of Class
org.eclipse.persistence.tools.schemaframework.TableCreator
-
Packages that use TableCreator Package Description org.eclipse.persistence.sessions.factories org.eclipse.persistence.tools.schemaframework -
-
Uses of TableCreator in org.eclipse.persistence.sessions.factories
Fields in org.eclipse.persistence.sessions.factories declared as TableCreator Modifier and Type Field Description protected TableCreatorTableCreatorClassGenerator. tableCreatorMethods in org.eclipse.persistence.sessions.factories that return TableCreator Modifier and Type Method Description TableCreatorTableCreatorClassGenerator. getTableCreator()PUBLIC: Return the table creator to generate from.Methods in org.eclipse.persistence.sessions.factories with parameters of type TableCreator Modifier and Type Method Description voidTableCreatorClassGenerator. setTableCreator(TableCreator tableCreator)PUBLIC: Set the table creator to generate from.static voidTableCreatorClassGenerator. write(TableCreator tableCreator, String creatorClassName, Writer writer)PUBLIC: Generate the source code to a table creator class to the table creator's tables into the writer.static voidTableCreatorClassGenerator. write(TableCreator tableCreator, String creatorClassName, String fileName)PUBLIC: Generate the source code to a table creator class to the table creator's tables into the file.Constructors in org.eclipse.persistence.sessions.factories with parameters of type TableCreator Constructor Description TableCreatorClassGenerator(TableCreator tableCreator)PUBLIC: Create a new generator to output the table creator.TableCreatorClassGenerator(TableCreator tableCreator, String projectClassName, Writer outputWriter)PUBLIC: Create a new generator to output the table creator.TableCreatorClassGenerator(TableCreator tableCreator, String projectClassName, String fileName)PUBLIC: Create a new generator to output the table creator. -
Uses of TableCreator in org.eclipse.persistence.tools.schemaframework
Fields in org.eclipse.persistence.tools.schemaframework declared as TableCreator Modifier and Type Field Description protected TableCreatorSchemaManager. defaultTableCreatorMethods in org.eclipse.persistence.tools.schemaframework that return TableCreator Modifier and Type Method Description TableCreatorDefaultTableGenerator. generateDefaultTableCreator()Generate a default TableCreator object from the EclipseLink project object.TableCreatorDefaultTableGenerator. generateFilteredDefaultTableCreator(AbstractSession session)Generate a default TableCreator object from the EclipseLink project object, and perform the table existence check through jdbc table metadata, and filter out tables which are already in the database.protected TableCreatorSchemaManager. getDefaultTableCreator(boolean generateFKConstraints)Construct the default TableCreator.
-