Uses of Interface
org.eclipse.persistence.jpa.config.SequenceGenerator
Package
Description
-
Uses of SequenceGenerator in org.eclipse.persistence.internal.jpa.config.classes
-
Uses of SequenceGenerator in org.eclipse.persistence.internal.jpa.config.mappings
-
Uses of SequenceGenerator in org.eclipse.persistence.internal.jpa.config.sequencing
Modifier and TypeMethodDescriptionSequenceGeneratorImpl.setAllocationSize
(Integer allocationSize) SequenceGeneratorImpl.setCatalog
(String catalog) SequenceGeneratorImpl.setInitialValue
(Integer initialValue) SequenceGeneratorImpl.setSequenceName
(String sequenceName) -
Uses of SequenceGenerator in org.eclipse.persistence.internal.jpa.config.xml
-
Uses of SequenceGenerator in org.eclipse.persistence.jpa.config
Modifier and TypeMethodDescriptionMappings.addSequenceGenerator()
SequenceGenerator.setAllocationSize
(Integer allocationSize) SequenceGenerator.setCatalog
(String catalog) SequenceGenerator.setInitialValue
(Integer initialValue) Basic.setSequenceGenerator()
Entity.setSequenceGenerator()
Id.setSequenceGenerator()
MappedSuperclass.setSequenceGenerator()
SequenceGenerator.setSequenceName
(String sequenceName)