Uses of Class
com.jk.data.dataaccess.orm.JKEntity
Packages that use JKEntity
-
Uses of JKEntity in com.jk.data.dataaccess.orm
Methods in com.jk.data.dataaccess.orm with type parameters of type JKEntityModifier and TypeMethodDescription<T extends JKEntity>
TJKObjectDataAccessImpl.getFirstRecord
(Class<T> clas) This method retrieves the first record of the specified entity class from the database.Method parameters in com.jk.data.dataaccess.orm with type arguments of type JKEntityModifier and TypeMethodDescriptionstatic List<JKColumnWrapper>
JKEntity.getColumns
(Class<? extends JKEntity> clas) This method retrieves a list of column wrappers for the columns in the specified entity class.static JKColumnWrapper
JKEntity.getIdColumn
(Class<? extends JKEntity> clas) This method gets the column wrapper representing the primary key (ID column) for the specified JKEntity class.protected String
JKObjectDataAccessImpl.getQueryOrder
(Class<? extends JKEntity> clas) This method retrieves theORDER BY
clause for a query based on the providedJKEntity
sort information.static JKSortInfo
JKEntity.getSortInfo
(Class<? extends JKEntity> clas) This method retrieves the sort information associated with a class.