Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
-
Packages that use PreUpdate Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of PreUpdate in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PreUpdate Modifier and Type Field Description protected PreUpdate
Entity. preUpdate
protected PreUpdate
EntityListener. preUpdate
protected PreUpdate
MappedSuperclass. preUpdate
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PreUpdate Modifier and Type Method Description PreUpdate
ObjectFactory. createPreUpdate()
Create an instance ofPreUpdate
PreUpdate
Entity. getPreUpdate()
Gets the value of the preUpdate property.PreUpdate
EntityListener. getPreUpdate()
Gets the value of the preUpdate property.PreUpdate
MappedSuperclass. getPreUpdate()
Gets the value of the preUpdate property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type PreUpdate Modifier and Type Method Description void
Entity. setPreUpdate(PreUpdate value)
Sets the value of the preUpdate property.void
EntityListener. setPreUpdate(PreUpdate value)
Sets the value of the preUpdate property.void
MappedSuperclass. setPreUpdate(PreUpdate value)
Sets the value of the preUpdate property.
-