Uses of Class
org.hibernate.processor.xml.jaxb.PostRemove
-
Packages that use PostRemove Package Description org.hibernate.processor.xml.jaxb -
-
Uses of PostRemove in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as PostRemove Modifier and Type Field Description protected PostRemove
Entity. postRemove
protected PostRemove
EntityListener. postRemove
protected PostRemove
MappedSuperclass. postRemove
Methods in org.hibernate.processor.xml.jaxb that return PostRemove Modifier and Type Method Description PostRemove
ObjectFactory. createPostRemove()
Create an instance ofPostRemove
PostRemove
Entity. getPostRemove()
Gets the value of the postRemove property.PostRemove
EntityListener. getPostRemove()
Gets the value of the postRemove property.PostRemove
MappedSuperclass. getPostRemove()
Gets the value of the postRemove property.Methods in org.hibernate.processor.xml.jaxb with parameters of type PostRemove Modifier and Type Method Description void
Entity. setPostRemove(PostRemove value)
Sets the value of the postRemove property.void
EntityListener. setPostRemove(PostRemove value)
Sets the value of the postRemove property.void
MappedSuperclass. setPostRemove(PostRemove value)
Sets the value of the postRemove property.
-