Uses of Class
org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
Packages that use SequenceGeneratorMetadata
Package
Description
-
Uses of SequenceGeneratorMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type SequenceGeneratorMetadataModifier and TypeMethodDescriptionvoidMetadataProject.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 SequenceGeneratorMetadataModifier and TypeMethodDescriptionMappedSuperclassAccessor.getSequenceGenerator()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type SequenceGeneratorMetadataModifier and TypeMethodDescriptionvoidMappedSuperclassAccessor.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 SequenceGeneratorMetadataModifier and TypeMethodDescriptionBasicAccessor.getSequenceGenerator()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type SequenceGeneratorMetadataModifier and TypeMethodDescriptionvoidBasicAccessor.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 SequenceGeneratorMetadataModifier and TypeMethodDescriptionXMLEntityMappings.getSequenceGenerators()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type SequenceGeneratorMetadataModifier and TypeMethodDescriptionvoidXMLEntityMappings.setSequenceGenerators(List<SequenceGeneratorMetadata> sequenceGenerators) INTERNAL: Used for OX mapping.