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