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 JKColumnWrapperJKEntity.getIdColumn(Class<? extends JKEntity> clas) This method gets the column wrapper representing the primary key (ID column) for the specified JKEntity class.protected StringJKObjectDataAccessImpl.getQueryOrder(Class<? extends JKEntity> clas) This method retrieves theORDER BYclause for a query based on the providedJKEntitysort information.static JKSortInfoJKEntity.getSortInfo(Class<? extends JKEntity> clas) This method retrieves the sort information associated with a class.