Class StoreImpl
java.lang.Object
io.jmix.core.metamodel.model.impl.StoreImpl
- All Implemented Interfaces:
Store
-
Constructor Details
-
StoreImpl
-
-
Method Details
-
getName
Description copied from interface:Store
The data store name. -
getDescriptor
Description copied from interface:Store
The data store descriptor.- Specified by:
getDescriptor
in interfaceStore
-
isNullsLastSorting
public boolean isNullsLastSorting()Description copied from interface:Store
Default sort order of null values.- Specified by:
isNullsLastSorting
in interfaceStore
-
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 interfaceStore
-
toString
-