Uses of Class
org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
-
-
Uses of TableMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type TableMetadata Modifier and Type Method Description voidMetadataProject. processTable(TableMetadata table, String defaultName, String defaultCatalog, String defaultSchema, ORMetadata owner)INTERNAL: Common table processing for table, secondary table, join table, collection table and table generators -
Uses of TableMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors with parameters of type TableMetadata Modifier and Type Method Description protected voidMetadataAccessor. processTable(TableMetadata table, String defaultName)INTERNAL: Common table processing for table, secondary table, join table and collection table. -
Uses of TableMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return TableMetadata Modifier and Type Method Description TableMetadataEntityAccessor. getTable()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type TableMetadata Modifier and Type Method Description protected voidEntityAccessor. processTable(TableMetadata table)INTERNAL: Process a MetadataTable.voidEntityAccessor. setTable(TableMetadata table)INTERNAL: Used for OX mapping. -
Uses of TableMetadata in org.eclipse.persistence.internal.jpa.metadata.sequencing
Subclasses of TableMetadata in org.eclipse.persistence.internal.jpa.metadata.sequencing Modifier and Type Class Description classTableGeneratorMetadataA wrapper class to a table generator metadata. -
Uses of TableMetadata in org.eclipse.persistence.internal.jpa.metadata.tables
Subclasses of TableMetadata in org.eclipse.persistence.internal.jpa.metadata.tables Modifier and Type Class Description classCollectionTableMetadataINTERNAL: Object to hold onto a collection table metadata in an EclipseLink database table.classJoinTableMetadataINTERNAL: Object to hold onto join table metadata in a EclipseLink database table.classRelationalTableMetadataINTERNAL: Object to hold onto a relational table metadata in an EclipseLink database table.classSecondaryTableMetadataINTERNAL: Object to hold onto a secondary table metadata in a TopLink database table.
-