Class OrderedSetType

  • All Implemented Interfaces:
    java.io.Serializable, AssociationType, Type

    public class OrderedSetType
    extends SetType
    A specialization of the set type, with (resultset-based) ordering.
    See Also:
    Serialized Form
    • Constructor Detail

      • OrderedSetType

        @Deprecated
        public OrderedSetType​(TypeFactory.TypeScope typeScope,
                              java.lang.String role,
                              java.lang.String propertyRef)
        Deprecated.
        Use the other constructor
      • OrderedSetType

        public OrderedSetType​(java.lang.String role,
                              java.lang.String propertyRef)
    • Method Detail

      • instantiate

        public java.lang.Object instantiate​(int anticipatedSize)
        Description copied from class: CollectionType
        Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e. accounting for initial capacity and perhaps load factor).
        Overrides:
        instantiate in class SetType
        Parameters:
        anticipatedSize - The anticipated size of the instantiated collection after we are done populating it.
        Returns:
        A newly instantiated collection to be wrapped.