Class StoreImpl

java.lang.Object
io.jmix.core.metamodel.model.impl.StoreImpl
All Implemented Interfaces:
Store

@Component("core_Store") @Scope("prototype") public class StoreImpl extends Object implements Store
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: Store
      The data store name.
      Specified by:
      getName in interface Store
    • getDescriptor

      public StoreDescriptor getDescriptor()
      Description copied from interface: Store
      The data store descriptor.
      Specified by:
      getDescriptor in interface Store
    • isNullsLastSorting

      public boolean isNullsLastSorting()
      Description copied from interface: Store
      Default sort order of null values.
      Specified by:
      isNullsLastSorting in interface Store
    • supportsLobSortingAndFiltering

      public boolean supportsLobSortingAndFiltering()
      Description copied from interface: Store
      Whether the data store supports equality check and sorting for LOB columns.
      Specified by:
      supportsLobSortingAndFiltering in interface Store
    • toString

      public String toString()
      Overrides:
      toString in class Object