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 TypeMethodDescriptionvoidJKEntityModelMapper.fillCommonAttributesFromEntityToModel(JKBaseEntity entity, JKBaseModel model) This method takes the providedJKBaseModelattributes and fill them with values from the specifiedJKBaseEntityattributes.voidJKEntityModelMapper.fillCommonAttributesFromModelToEntity(JKBaseEntity entity, JKBaseModel model) This method takes the providedJKBaseEntityattributes and fill them with values from the specifiedJKBaseModelattributes. -
Uses of JKBaseEntity in com.jk.webstack.controllers
Classes in com.jk.webstack.controllers with type parameters of type JKBaseEntityModifier and TypeClassDescriptionclassThis class is an extension ofJKWebControllerWithOrmSupportdesigned 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 TypeClassDescriptionclassJKMatureJpaRestService<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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis class is an entity class that represents an event.