Uses of Class
com.jk.core.jpa.JKBaseEntity
Packages that use JKBaseEntity
Package
Description
-
Uses of JKBaseEntity in com.jk.core.jpa
Methods in com.jk.core.jpa with type parameters of type JKBaseEntityModifier and TypeMethodDescription<T extends JKBaseEntity>
booleanThis method checks equality by comparing fields that have the same type as the provided class.Methods in com.jk.core.jpa with parameters of type JKBaseEntityModifier and TypeMethodDescriptionvoid
JKEntityModelMapper.fillCommonAttributesFromEntityToModel
(JKBaseEntity entity, JKBaseModel model) This method takes the providedJKBaseModel
attributes and fill them with values from the specifiedJKBaseEntity
attributes.void
JKEntityModelMapper.fillCommonAttributesFromModelToEntity
(JKBaseEntity entity, JKBaseModel model) This method takes the providedJKBaseEntity
attributes and fill them with values from the specifiedJKBaseModel
attributes. -
Uses of JKBaseEntity in com.jk.webstack.controllers
Classes in com.jk.webstack.controllers with type parameters of type JKBaseEntityModifier 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). -
Uses of JKBaseEntity in com.jk.webstack.rest
Classes in com.jk.webstack.rest with type parameters of type JKBaseEntityModifier and TypeClassDescriptionclass
JKMatureJpaRestService<T extends JKBaseEntity>
This class is a JAX-RS REST service designed for interacting with JPA entities that extend the JKBaseEntity class. -
Uses of JKBaseEntity in com.jk.webstack.services.account
Subclasses of JKBaseEntity in com.jk.webstack.services.accountModifier and TypeClassDescriptionclass
This class represents user account information in a web application. -
Uses of JKBaseEntity in com.jk.webstack.services.email
Subclasses of JKBaseEntity in com.jk.webstack.services.emailModifier and TypeClassDescriptionclass
This entity class represents an email in the application. -
Uses of JKBaseEntity in com.jk.webstack.services.mointor
Subclasses of JKBaseEntity in com.jk.webstack.services.mointorModifier and TypeClassDescriptionclass
This class is an entity class that represents an event.