Uses of Interface
org.eclipse.persistence.jpa.config.SequenceGenerator
Packages that use SequenceGenerator
Package
Description
-
Uses of SequenceGenerator in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return SequenceGenerator -
Uses of SequenceGenerator in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return SequenceGenerator -
Uses of SequenceGenerator in org.eclipse.persistence.internal.jpa.config.sequencing
Classes in org.eclipse.persistence.internal.jpa.config.sequencing that implement SequenceGeneratorMethods in org.eclipse.persistence.internal.jpa.config.sequencing that return SequenceGeneratorModifier 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
Methods in org.eclipse.persistence.internal.jpa.config.xml that return SequenceGenerator -
Uses of SequenceGenerator in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return SequenceGeneratorModifier 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)