Class OrderedMapType

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

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

      • OrderedMapType

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

        public OrderedMapType​(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 MapType
        Parameters:
        anticipatedSize - The anticipated size of the instantiated collection after we are done populating it.
        Returns:
        A newly instantiated collection to be wrapped.