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 PostLoadEntity. postLoadprotected PostLoadEntityListener. postLoadprotected PostLoadMappedSuperclass. postLoadMethods in org.hibernate.jpamodelgen.xml.jaxb that return PostLoad Modifier and Type Method Description PostLoadObjectFactory. createPostLoad()Create an instance ofPostLoadPostLoadEntity. getPostLoad()Gets the value of the postLoad property.PostLoadEntityListener. getPostLoad()Gets the value of the postLoad property.PostLoadMappedSuperclass. 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 voidEntity. setPostLoad(PostLoad value)Sets the value of the postLoad property.voidEntityListener. setPostLoad(PostLoad value)Sets the value of the postLoad property.voidMappedSuperclass. setPostLoad(PostLoad value)Sets the value of the postLoad property.
-