Package io.jmix.eclipselink.impl.dbms
Class HsqlDbmsFeatures
java.lang.Object
io.jmix.eclipselink.impl.dbms.HsqlDbmsFeatures
- All Implemented Interfaces:
- DbmsFeatures
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionProvides information aboutjmix.data.dbmsTypeandjmix.data.dbmsVersionthis bean designed for.booleanbooleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.data.persistence.DbmsFeaturesgetMaxIdsBatchSize, useOrderByForPaging
- 
Constructor Details- 
HsqlDbmsFeaturespublic HsqlDbmsFeatures()
 
- 
- 
Method Details- 
getJpaParameters- Specified by:
- getJpaParametersin interface- DbmsFeatures
- Returns:
- JPA implementation properties to set in persistence.xml
 
- 
getTimeStampType- Specified by:
- getTimeStampTypein interface- DbmsFeatures
- Returns:
- name of data type storing date and time
 
- 
getUuidTypeClassName- Specified by:
- getUuidTypeClassNamein interface- DbmsFeatures
- Returns:
- name of class representing UUID in JDBC driver, or null if no special class required
 
- 
getTransactionTimeoutStatement- Specified by:
- getTransactionTimeoutStatementin interface- DbmsFeatures
- Returns:
- statement to issue for setting the current transaction timeout, or null if not required.
 The statement text should contain %d placeholder that will be replaced by timeout value in milliseconds. 
 
- 
getUniqueConstraintViolationPattern- Specified by:
- getUniqueConstraintViolationPatternin interface- DbmsFeatures
- Returns:
- regexp to extract a unique constraint name from an exception message
 
- 
isNullsLastSortingpublic boolean isNullsLastSorting()- Specified by:
- isNullsLastSortingin interface- DbmsFeatures
- Returns:
- default sort order of null values
 
- 
supportsLobSortingAndFilteringpublic boolean supportsLobSortingAndFiltering()- Specified by:
- supportsLobSortingAndFilteringin interface- DbmsFeatures
- Returns:
- true if the DBMS supports equality check and sorting for LOB columns
 
- 
getTypeAndVersionDescription copied from interface:DbmsFeaturesProvides information aboutjmix.data.dbmsTypeandjmix.data.dbmsVersionthis bean designed for. Version can be empty.- Specified by:
- getTypeAndVersionin interface- DbmsFeatures
 
 
-