Uses of Class
hu.icellmobilsoft.coffee.model.base.history.HistoryPk
-
Packages that use HistoryPk Package Description hu.icellmobilsoft.coffee.model.base.history hu.icellmobilsoft.coffee.model.base.javatime.history -
-
Uses of HistoryPk in hu.icellmobilsoft.coffee.model.base.history
Fields in hu.icellmobilsoft.coffee.model.base.history with type parameters of type HistoryPk Modifier and Type Field Description static jakarta.persistence.metamodel.SingularAttribute<AbstractHistoryEntity,HistoryPk>AbstractHistoryEntity_. historyPkstatic jakarta.persistence.metamodel.SingularAttribute<HistoryPk,String>HistoryPk_. idstatic jakarta.persistence.metamodel.SingularAttribute<HistoryPk,Date>HistoryPk_. tsMethods in hu.icellmobilsoft.coffee.model.base.history that return HistoryPk Modifier and Type Method Description HistoryPkAbstractHistoryEntity. getHistoryPk()Getter for the fieldhistoryPk.Methods in hu.icellmobilsoft.coffee.model.base.history with parameters of type HistoryPk Modifier and Type Method Description voidAbstractHistoryEntity. setHistoryPk(HistoryPk historyPk)Setter for the fieldhistoryPk. -
Uses of HistoryPk in hu.icellmobilsoft.coffee.model.base.javatime.history
Fields in hu.icellmobilsoft.coffee.model.base.javatime.history with type parameters of type HistoryPk Modifier and Type Field Description static jakarta.persistence.metamodel.SingularAttribute<AbstractHistoryEntity,HistoryPk>AbstractHistoryEntity_. historyPkMethods in hu.icellmobilsoft.coffee.model.base.javatime.history that return HistoryPk Modifier and Type Method Description HistoryPkAbstractHistoryEntity. getHistoryPk()Getter for the fieldhistoryPk.Methods in hu.icellmobilsoft.coffee.model.base.javatime.history with parameters of type HistoryPk Modifier and Type Method Description voidAbstractHistoryEntity. setHistoryPk(HistoryPk historyPk)Setter for the fieldhistoryPk.
-