Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl
Packages that use JaxbFilterImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbFilterImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbFilterImplModifier and TypeFieldDescriptionprotected List<JaxbFilterImpl>JaxbElementCollectionImpl.filtersprotected List<JaxbFilterImpl>JaxbEntityImpl.filtersprotected List<JaxbFilterImpl>JaxbManyToManyImpl.filtersprotected List<JaxbFilterImpl>JaxbOneToManyImpl.filtersprotected List<JaxbFilterImpl>JaxbPluralAnyMappingImpl.filtersprotected List<JaxbFilterImpl>JaxbManyToManyImpl.joinTableFiltersprotected List<JaxbFilterImpl>JaxbOneToManyImpl.joinTableFiltersMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbFilterImplModifier and TypeMethodDescriptionObjectFactory.createJaxbFilterImpl()Create an instance ofJaxbFilterImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbFilterImplModifier and TypeMethodDescriptionJaxbElementCollectionImpl.getFilters()Gets the value of the filters property.JaxbEntity.getFilters()JaxbEntityImpl.getFilters()Gets the value of the filters property.JaxbManyToManyImpl.getFilters()Gets the value of the filters property.JaxbOneToManyImpl.getFilters()Gets the value of the filters property.JaxbPluralAnyMappingImpl.getFilters()Gets the value of the filters property.JaxbPluralAttribute.getFilters()JaxbManyToManyImpl.getJoinTableFilters()Gets the value of the joinTableFilters property.JaxbOneToManyImpl.getJoinTableFilters()Gets the value of the joinTableFilters property. -
Uses of JaxbFilterImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbFilterImplModifier and TypeMethodDescriptionvoidFilterAnnotation.apply(JaxbFilterImpl jaxbFilter, XmlDocumentContext xmlDocumentContext) voidFilterJoinTableAnnotation.apply(JaxbFilterImpl jaxbFilter, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbFilterImpl in org.hibernate.boot.models.annotations.spi
Methods in org.hibernate.boot.models.annotations.spi with parameters of type JaxbFilterImplModifier and TypeMethodDescriptionvoidFilterDetails.apply(JaxbFilterImpl jaxbFilter, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbFilterImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbFilterImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyFilters(List<JaxbFilterImpl> jaxbFilters, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext) static voidXmlAnnotationHelper.applyJoinTableFilters(List<JaxbFilterImpl> jaxbFilters, org.hibernate.models.spi.MutableAnnotationTarget target, XmlDocumentContext xmlDocumentContext)