Class EISSequence

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class EISSequence
    extends QuerySequence

    The EISSequence class allows access to sequence resources using custom read (ValueReadQuery) and update (DataModifyQuery) queries and a user specified preallocation size. This allows sequencing to be performed using stored procedures, and access to sequence resources that are not supported by the other sequencing types provided by TopLink.

    See Also:
    Serialized Form
    Since:
    OracleAS TopLink 10g (10.0.3)
    • Constructor Detail

      • EISSequence

        public EISSequence()
      • EISSequence

        public EISSequence​(java.lang.String name)
      • EISSequence

        public EISSequence​(java.lang.String name,
                           int size)