Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbFilterDef
-
Packages that use JaxbFilterDef Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbFilterDef in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbFilterDef Modifier and Type Field Description protected List<JaxbFilterDef>
JaxbEntityMappings. filterDefinitions
Methods in org.hibernate.boot.jaxb.mapping that return JaxbFilterDef Modifier and Type Method Description JaxbFilterDef
ObjectFactory. createJaxbFilterDef()
Create an instance ofJaxbFilterDef
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbFilterDef Modifier and Type Method Description List<JaxbFilterDef>
JaxbEntityMappings. getFilterDefinitions()
Gets the value of the filterDefinitions property.
-