Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
-
Packages that use PostUpdate Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of PostUpdate in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PostUpdate Modifier and Type Field Description protected PostUpdate
Entity. postUpdate
protected PostUpdate
EntityListener. postUpdate
protected PostUpdate
MappedSuperclass. postUpdate
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PostUpdate Modifier and Type Method Description PostUpdate
ObjectFactory. createPostUpdate()
Create an instance ofPostUpdate
PostUpdate
Entity. getPostUpdate()
Gets the value of the postUpdate property.PostUpdate
EntityListener. getPostUpdate()
Gets the value of the postUpdate property.PostUpdate
MappedSuperclass. getPostUpdate()
Gets the value of the postUpdate property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type PostUpdate Modifier and Type Method Description void
Entity. setPostUpdate(PostUpdate value)
Sets the value of the postUpdate property.void
EntityListener. setPostUpdate(PostUpdate value)
Sets the value of the postUpdate property.void
MappedSuperclass. setPostUpdate(PostUpdate value)
Sets the value of the postUpdate property.
-