Uses of Annotation Interface
com.jk.data.dataaccess.orm.meta.JKSortInfo
Packages that use JKSortInfo
-
Uses of JKSortInfo in com.jk.data.dataaccess.orm
Methods in com.jk.data.dataaccess.orm that return JKSortInfoModifier and TypeMethodDescriptionstatic JKSortInfo
JKEntity.getSortInfo
(Class<? extends JKEntity> clas) This method retrieves the sort information associated with a class. -
Uses of JKSortInfo in com.jk.data.dataaccess.orm.meta
Methods in com.jk.data.dataaccess.orm.meta that return JKSortInfoModifier and TypeMethodDescriptionJKColumnWrapper.getSortInfo()
This method gets the sort information.Methods in com.jk.data.dataaccess.orm.meta with parameters of type JKSortInfoModifier and TypeMethodDescriptionvoid
JKColumnWrapper.setSortInfo
(JKSortInfo sortInfo) This method sets the sort information to the provided parameter.