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 PreUpdateEntity. preUpdateprotected PreUpdateEntityListener. preUpdateprotected PreUpdateMappedSuperclass. preUpdateMethods in org.hibernate.jpamodelgen.xml.jaxb that return PreUpdate Modifier and Type Method Description PreUpdateObjectFactory. createPreUpdate()Create an instance ofPreUpdatePreUpdateEntity. getPreUpdate()Gets the value of the preUpdate property.PreUpdateEntityListener. getPreUpdate()Gets the value of the preUpdate property.PreUpdateMappedSuperclass. 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 voidEntity. setPreUpdate(PreUpdate value)Sets the value of the preUpdate property.voidEntityListener. setPreUpdate(PreUpdate value)Sets the value of the preUpdate property.voidMappedSuperclass. setPreUpdate(PreUpdate value)Sets the value of the preUpdate property.
-