Uses of Class
org.autumnframework.service.jpa.entities.AbstractBaseEntity
Packages that use AbstractBaseEntity
-
Uses of AbstractBaseEntity in org.autumnframework.service.jpa.entities
Subclasses of AbstractBaseEntity in org.autumnframework.service.jpa.entitiesModifier and TypeClassDescriptionclassProvides a base superclass for entities which should have auditable capabilities, providingFields in org.autumnframework.service.jpa.entities with type parameters of type AbstractBaseEntityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<AbstractBaseEntity,LocalDateTime> AbstractBaseEntity_.creationDatestatic jakarta.persistence.metamodel.SingularAttribute<AbstractBaseEntity,LocalDateTime> AbstractBaseEntity_.lastModifiedDateConstructor parameters in org.autumnframework.service.jpa.entities with type arguments of type AbstractBaseEntityModifierConstructorDescriptionQAbstractBaseEntity(com.querydsl.core.types.Path<? extends AbstractBaseEntity> path)