Object
com.liferay.portal.kernel.dao.db.BaseDBFactory
- All Implemented Interfaces:
DBFactory
- Author:
- Shuyang Zhou
-
Constructor Summary
Constructors
-
Method Summary
create(int dbMajorVersion,
int dbMinorVersion)
doCreate(int dbMajorVersion,
int dbMinorVersion)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BaseDBFactory
public BaseDBFactory()
-
Method Details
-
create
public DB create(int dbMajorVersion,
int dbMinorVersion)
- Specified by:
create
in interface DBFactory
-
doCreate
protected abstract DB doCreate(int dbMajorVersion,
int dbMinorVersion)