Uses of Class
com.jk.data.dataaccess.orm.meta.JKColumnWrapper
Packages that use JKColumnWrapper
-
Uses of JKColumnWrapper in com.jk.data.dataaccess.orm
Methods in com.jk.data.dataaccess.orm that return JKColumnWrapperModifier and TypeMethodDescriptionJKEntity.getIdColumn()This method gets the column wrapper representing the primary key (ID column) for thisJKEntityclass.static JKColumnWrapperJKEntity.getIdColumn(Class<? extends JKEntity> clas) This method gets the column wrapper representing the primary key (ID column) for the specified JKEntity class.Methods in com.jk.data.dataaccess.orm that return types with arguments of type JKColumnWrapperModifier 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.