Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
-
Packages that use JaxbHbmFilter Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbHbmFilter in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbHbmFilter Modifier and Type Field Description protected List<JaxbHbmFilter>
JaxbEntity. filter
Methods in org.hibernate.boot.jaxb.mapping that return JaxbHbmFilter Modifier and Type Method Description JaxbHbmFilter
ObjectFactory. createJaxbHbmFilter()
Create an instance ofJaxbHbmFilter
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbHbmFilter Modifier and Type Method Description List<JaxbHbmFilter>
JaxbEntity. getFilter()
Gets the value of the filter property.
-