Uses of Interface
org.apache.openjpa.kernel.Seq
Packages that use Seq
Package
Description
OpenJPA Abstract StoreManager Implementation
OpenJPA Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
OpenJPA Metadata
OpenJPA JPA
-
Uses of Seq in org.apache.openjpa.abstractstore
Methods in org.apache.openjpa.abstractstore that return SeqModifier and TypeMethodDescriptionAbstractStoreManager.getDataStoreIdSequence(ClassMetaData forClass) Returns the system-configured sequence.AbstractStoreManager.getValueSequence(FieldMetaData forField) Returns null. -
Uses of Seq in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return SeqModifier and TypeMethodDescriptionOpenJPAConfiguration.getSequenceInstance()The default system sequence.OpenJPAConfigurationImpl.getSequenceInstance()Methods in org.apache.openjpa.conf with parameters of type SeqModifier and TypeMethodDescriptionvoidOpenJPAConfiguration.setSequence(Seq sequence) The default system sequence.voidOpenJPAConfigurationImpl.setSequence(Seq seq) -
Uses of Seq in org.apache.openjpa.jdbc.kernel
Subinterfaces of Seq in org.apache.openjpa.jdbc.kernelModifier and TypeInterfaceDescriptioninterfaceSpecialization of the theSeqinterface to provide information on the schema needed by this sequence.Classes in org.apache.openjpa.jdbc.kernel that implement SeqModifier and TypeClassDescriptionclassAbstract sequence implementation.classSpecialization of theTableJDBCSeqthat maintains a separate sequence count per-class.classJDBCSeqimplementation that uses a database sequence to generate numbers.classJDBCSeqimplementation that uses a database table for sequence number generation.classSpecialization of theTableJDBCSeqthat maintains multiple sequence counts.Methods in org.apache.openjpa.jdbc.kernel that return SeqModifier and TypeMethodDescriptionJDBCStoreManager.getDataStoreIdSequence(ClassMetaData meta) JDBCStoreManager.getValueSequence(FieldMetaData fmd) -
Uses of Seq in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement SeqModifier and TypeClassDescriptionclassDelegating sequence that can also perform exception translation for use in facades.classA simplistic implementation of aSeqused to provide datastore ids.classSequence for generating 32-character hex UUID strings.classSequence for generating 16-character UUID strings.classSequence for generating 32-character hex Type 4 UUID strings.classSequence for generating 16-character UUID strings.Methods in org.apache.openjpa.kernel that return SeqModifier and TypeMethodDescriptionDelegatingStoreManager.getDataStoreIdSequence(ClassMetaData forClass) StoreManager.getDataStoreIdSequence(ClassMetaData forClass) Return a sequence that generates datastore identity values for the given class.DelegatingSeq.getDelegate()Return the direct delegate.Broker.getIdentitySequence(ClassMetaData meta) Returns aSeqfor the datastore identity values of the specified persistent class, or null if the class' identity cannot be represented as a sequence.BrokerImpl.getIdentitySequence(ClassMetaData meta) DelegatingBroker.getIdentitySequence(ClassMetaData meta) DelegatingSeq.getInnermostDelegate()Return the native delegate.Broker.getValueSequence(FieldMetaData fmd) Returns aSeqfor the generated values of the specified field, or null if the field is not generated.BrokerImpl.getValueSequence(FieldMetaData fmd) DelegatingBroker.getValueSequence(FieldMetaData fmd) DelegatingStoreManager.getValueSequence(FieldMetaData fmd) StoreManager.getValueSequence(FieldMetaData forField) Return a sequence that generates values for the given field.Constructors in org.apache.openjpa.kernel with parameters of type SeqModifierConstructorDescriptionDelegatingSeq(Seq seq) Constructor; supply delegate.DelegatingSeq(Seq seq, RuntimeExceptionTranslator trans) Constructor; supply delegate and exception translator. -
Uses of Seq in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta that return SeqModifier and TypeMethodDescriptionSequenceMetaData.getInstance(ClassLoader envLoader) Return the initialized sequence instance.protected SeqSequenceMetaData.instantiate(ClassLoader envLoader) Create a new uninitialized instance of this sequence.SequenceMetaData.SequenceFactory.toSequence(Class cls, String props) Transform the given class named in metadata into a sequence. -
Uses of Seq in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return SeqModifier and TypeMethodDescriptionGenerator.getDelegate()Deprecated.GeneratorImpl.getDelegate()Delegate.Constructors in org.apache.openjpa.persistence with parameters of type SeqModifierConstructorDescriptionGeneratorImpl(Seq seq, String name, StoreContext ctx, ClassMetaData meta) Constructor; supply delegate.
GeneratorImplinstead.