Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PostLoad
-
Packages that use PostLoad Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of PostLoad in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PostLoad Modifier and Type Field Description protected PostLoad
Entity. postLoad
protected PostLoad
EntityListener. postLoad
protected PostLoad
MappedSuperclass. postLoad
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PostLoad Modifier and Type Method Description PostLoad
ObjectFactory. createPostLoad()
Create an instance ofPostLoad
PostLoad
Entity. getPostLoad()
Gets the value of the postLoad property.PostLoad
EntityListener. getPostLoad()
Gets the value of the postLoad property.PostLoad
MappedSuperclass. getPostLoad()
Gets the value of the postLoad property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type PostLoad Modifier and Type Method Description void
Entity. setPostLoad(PostLoad value)
Sets the value of the postLoad property.void
EntityListener. setPostLoad(PostLoad value)
Sets the value of the postLoad property.void
MappedSuperclass. setPostLoad(PostLoad value)
Sets the value of the postLoad property.
-