Uses of Class
org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
-
-
Uses of TableGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type TableGeneratorMetadata Modifier and Type Method Description voidMetadataProject. addTableGenerator(TableGeneratorMetadata tableGenerator, String defaultCatalog, String defaultSchema)INTERNAL: Add a table generator metadata to the project. -
Uses of TableGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return TableGeneratorMetadata Modifier and Type Method Description TableGeneratorMetadataMappedSuperclassAccessor. getTableGenerator()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type TableGeneratorMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setTableGenerator(TableGeneratorMetadata tableGenerator)INTERNAL: Used for OX mapping. -
Uses of TableGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return TableGeneratorMetadata Modifier and Type Method Description TableGeneratorMetadataBasicAccessor. getTableGenerator()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type TableGeneratorMetadata Modifier and Type Method Description voidBasicAccessor. setTableGenerator(TableGeneratorMetadata tableGenerator)INTERNAL: Used for OX mapping. -
Uses of TableGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type TableGeneratorMetadata Modifier and Type Method Description List<TableGeneratorMetadata>XMLEntityMappings. getTableGenerators()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type TableGeneratorMetadata Modifier and Type Method Description voidXMLEntityMappings. setTableGenerators(List<TableGeneratorMetadata> tableGenerators)INTERNAL: Used for OX mapping.
-