Uses of Class
com.jk.webstack.controllers.JKWebControllerWithOrmSupport
Packages that use JKWebControllerWithOrmSupport
-
Uses of JKWebControllerWithOrmSupport in com.jk.webstack.controllers
Subclasses of JKWebControllerWithOrmSupport 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).Methods in com.jk.webstack.controllers with parameters of type JKWebControllerWithOrmSupportModifier and TypeMethodDescriptionprotected void
JKMasterDetailWebControllerWithOrmSupport.addDetailController
(JKWebControllerWithOrmSupport<?> detail) This method adds a detail controller to the list of associated detail controllers. -
Uses of JKWebControllerWithOrmSupport in com.jk.webstack.security.controllers
Subclasses of JKWebControllerWithOrmSupport 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.