Class AbstractHistoryEntity_
- java.lang.Object
-
- hu.icellmobilsoft.coffee.model.base.AbstractEntity_
-
- hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
-
- hu.icellmobilsoft.coffee.model.base.history.AbstractHistoryEntity_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class AbstractHistoryEntity_ extends AbstractAuditEntity_
-
-
Field Summary
Fields Modifier and Type Field Description static StringHISTORY_PKstatic jakarta.persistence.metamodel.SingularAttribute<AbstractHistoryEntity,HistoryPk>historyPkstatic jakarta.persistence.metamodel.SingularAttribute<AbstractHistoryEntity,State>statestatic StringSTATE-
Fields inherited from class hu.icellmobilsoft.coffee.model.base.AbstractAuditEntity_
CREATION_DATE, creationDate, CREATOR_USER, creatorUser, MODIFICATION_DATE, modificationDate, MODIFIER_USER, modifierUser
-
Fields inherited from class hu.icellmobilsoft.coffee.model.base.AbstractEntity_
version, VERSION
-
-
Constructor Summary
Constructors Constructor Description AbstractHistoryEntity_()
-
-
-
Field Detail
-
historyPk
public static volatile jakarta.persistence.metamodel.SingularAttribute<AbstractHistoryEntity,HistoryPk> historyPk
-
state
public static volatile jakarta.persistence.metamodel.SingularAttribute<AbstractHistoryEntity,State> state
-
HISTORY_PK
public static final String HISTORY_PK
- See Also:
- Constant Field Values
-
STATE
public static final String STATE
- See Also:
- Constant Field Values
-
-