Uses of Class
org.exoplatform.services.database.DBObject
Packages that use DBObject
-
Uses of DBObject in org.exoplatform.services.database
Classes in org.exoplatform.services.database with type parameters of type DBObjectModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Apr 4, 2006classDBObjectEvent<E extends DAO<?>,T extends DBObject> Created by The eXo Platform SAS Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Apr 6, 2007interfaceDBObjectMapper<T extends DBObject>Created by The eXo Platform SAS Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Mar 29, 2007classDBObjectQuery<T extends DBObject>classReflectionMapper<T extends DBObject>Created by The eXo Platform SAS Author: Nhu Dinh Thuan nhudinhthuan@exoplatform.com Apr 2, 2007Methods in org.exoplatform.services.database with type parameters of type DBObjectModifier and TypeMethodDescriptionQueryBuilder.createInsertQuery(Class<T> type) QueryBuilder.createInsertQuery(Class<T> clazz, long id) QueryBuilder.createRemoveQuery(Class<T> type, long id) QueryBuilder.createSelectQuery(Class<T> type, long id) abstract <T extends DBObject>
voidDBTableManager.createTable(Class<T> type, boolean dropIfExist) This method should: 1.<T extends DBObject>
voidStandardSQLTableManager.createTable(Class<T> type, boolean dropIfExist) QueryBuilder.createUpdateQuery(Class<T> type) QueryBuilder.createUpdateQuery(Class<T> type, long id) abstract <T extends DBObject>
voidThis method should: 1.<T extends DBObject>
voidabstract <T extends DBObject>
booleanThis method should: 1.<T extends DBObject>
boolean -
Uses of DBObject in org.exoplatform.services.database.table
Subclasses of DBObject in org.exoplatform.services.database.tableMethods in org.exoplatform.services.database.table with type parameters of type DBObjectModifier and TypeMethodDescription<T extends DBObject>
longIDGenerator.generateLongId(Class<T> type) <T extends DBObject>
longIDGenerator.generateLongId(T bean)