java.lang.Object
com.aoapps.dao.base.AbstractModel
- All Implemented Interfaces:
Model
A base implementation of
DaoDatabase
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionComparator
<? super String> By default, sorts usingSmartComparator
in the system locale.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aoapps.dao.Model
clearAllCaches, executeTransaction, getName, getReports, getTables, transactionCall, transactionCall, transactionRun, transactionRun
-
Constructor Details
-
AbstractModel
public AbstractModel()
-
-
Method Details
-
getComparator
By default, sorts usingSmartComparator
in the system locale.- Specified by:
getComparator
in interfaceModel
-