Uses of Class
hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity
-
Packages that use AbstractAuditEntity Package Description hu.icellmobilsoft.coffee.model.base hu.icellmobilsoft.coffee.model.base.history -
-
Uses of AbstractAuditEntity in hu.icellmobilsoft.coffee.model.base
Subclasses of AbstractAuditEntity in hu.icellmobilsoft.coffee.model.base Modifier and Type Class Description classAbstractIdentifiedAuditEntityAbstract AbstractIdentifiedAuditEntity class.Fields in hu.icellmobilsoft.coffee.model.base with type parameters of type AbstractAuditEntity Modifier and Type Field Description static jakarta.persistence.metamodel.SingularAttribute<AbstractAuditEntity,Date>AbstractAuditEntity_. creationDatestatic jakarta.persistence.metamodel.SingularAttribute<AbstractAuditEntity,Object>AbstractAuditEntity_. creatorUserstatic jakarta.persistence.metamodel.SingularAttribute<AbstractAuditEntity,Date>AbstractAuditEntity_. modificationDatestatic jakarta.persistence.metamodel.SingularAttribute<AbstractAuditEntity,Object>AbstractAuditEntity_. modifierUser -
Uses of AbstractAuditEntity in hu.icellmobilsoft.coffee.model.base.history
Subclasses of AbstractAuditEntity in hu.icellmobilsoft.coffee.model.base.history Modifier and Type Class Description classAbstractHistoryEntityAbstract entity class for history tables
-