Class OrderIndexMapping


  • public final class OrderIndexMapping
    extends SingleFieldMapping
    Mapping for the ordering of an "indexed" list.
    • Constructor Detail

      • OrderIndexMapping

        public OrderIndexMapping()
    • Method Detail

      • includeInFetchStatement

        public boolean includeInFetchStatement()
        Accessor for whether to include this column in any fetch statement
        Overrides:
        includeInFetchStatement in class JavaTypeMapping
        Returns:
        Whether to include the column when fetching.
      • getJavaType

        public Class getJavaType()
        Accessor for the type represented here, returning the class itself
        Specified by:
        getJavaType in class JavaTypeMapping
        Returns:
        This class.