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 PostUpdateEntity. postUpdateprotected PostUpdateEntityListener. postUpdateprotected PostUpdateMappedSuperclass. postUpdateMethods in org.hibernate.jpamodelgen.xml.jaxb that return PostUpdate Modifier and Type Method Description PostUpdateObjectFactory. createPostUpdate()Create an instance ofPostUpdatePostUpdateEntity. getPostUpdate()Gets the value of the postUpdate property.PostUpdateEntityListener. getPostUpdate()Gets the value of the postUpdate property.PostUpdateMappedSuperclass. 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 voidEntity. setPostUpdate(PostUpdate value)Sets the value of the postUpdate property.voidEntityListener. setPostUpdate(PostUpdate value)Sets the value of the postUpdate property.voidMappedSuperclass. setPostUpdate(PostUpdate value)Sets the value of the postUpdate property.
-