Uses of Class
org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
-
-
Uses of SequenceGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type SequenceGeneratorMetadata Modifier and Type Method Description voidMetadataProject. addSequenceGenerator(SequenceGeneratorMetadata sequenceGenerator, String defaultCatalog, String defaultSchema)INTERNAL: Add a sequence generator metadata to the project. -
Uses of SequenceGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return SequenceGeneratorMetadata Modifier and Type Method Description SequenceGeneratorMetadataMappedSuperclassAccessor. getSequenceGenerator()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type SequenceGeneratorMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setSequenceGenerator(SequenceGeneratorMetadata sequenceGenerator)INTERNAL: Used for OX mapping. -
Uses of SequenceGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return SequenceGeneratorMetadata Modifier and Type Method Description SequenceGeneratorMetadataBasicAccessor. getSequenceGenerator()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type SequenceGeneratorMetadata Modifier and Type Method Description voidBasicAccessor. setSequenceGenerator(SequenceGeneratorMetadata sequenceGenerator)INTERNAL: Used for OX mapping. -
Uses of SequenceGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type SequenceGeneratorMetadata Modifier and Type Method Description List<SequenceGeneratorMetadata>XMLEntityMappings. getSequenceGenerators()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type SequenceGeneratorMetadata Modifier and Type Method Description voidXMLEntityMappings. setSequenceGenerators(List<SequenceGeneratorMetadata> sequenceGenerators)INTERNAL: Used for OX mapping.
-