Uses of Class
com.jk.webstack.controllers.JKWebControllerWithSqlDataAccess
Packages that use JKWebControllerWithSqlDataAccess
-
Uses of JKWebControllerWithSqlDataAccess in com.jk.webstack.controllers
Subclasses of JKWebControllerWithSqlDataAccess in com.jk.webstack.controllersModifier and TypeClassDescriptionclass
This class is an extension ofJKWebControllerWithOrmSupport
designed to handle master-detail scenarios in a web application with support for Object-Relational Mapping (ORM).class
This abstract class extends theJKWebControllerWithSqlDataAccess
and provides support for working with Object-Relational Mapping (ORM) entities. -
Uses of JKWebControllerWithSqlDataAccess in com.jk.webstack.security.controllers
Subclasses of JKWebControllerWithSqlDataAccess in com.jk.webstack.security.controllersModifier and TypeClassDescriptionclass
This class is responsible for managing user roles in a web application.class
This class is responsible for managing user-related operations in a web application.