Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
-
Packages that use JaxbHbmFilterType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmFilterType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmFilterType Modifier and Type Field Description protected List<JaxbHbmFilterType>
JaxbHbmArrayType. filter
protected List<JaxbHbmFilterType>
JaxbHbmBagCollectionType. filter
protected List<JaxbHbmFilterType>
JaxbHbmIdBagCollectionType. filter
protected List<JaxbHbmFilterType>
JaxbHbmListType. filter
protected List<JaxbHbmFilterType>
JaxbHbmManyToManyCollectionElementType. filter
protected List<JaxbHbmFilterType>
JaxbHbmMapType. filter
protected List<JaxbHbmFilterType>
JaxbHbmRootEntityType. filter
protected List<JaxbHbmFilterType>
JaxbHbmSetType. filter
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFilterType Modifier and Type Method Description JaxbHbmFilterType
ObjectFactory. createJaxbHbmFilterType()
Create an instance ofJaxbHbmFilterType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmFilterType Modifier and Type Method Description List<JaxbHbmFilterType>
JaxbHbmArrayType. getFilter()
Gets the value of the filter property.List<JaxbHbmFilterType>
JaxbHbmBagCollectionType. getFilter()
Gets the value of the filter property.List<JaxbHbmFilterType>
JaxbHbmIdBagCollectionType. getFilter()
Gets the value of the filter property.List<JaxbHbmFilterType>
JaxbHbmListType. getFilter()
Gets the value of the filter property.List<JaxbHbmFilterType>
JaxbHbmManyToManyCollectionElementType. getFilter()
Gets the value of the filter property.List<JaxbHbmFilterType>
JaxbHbmMapType. getFilter()
Gets the value of the filter property.List<JaxbHbmFilterType>
JaxbHbmRootEntityType. getFilter()
Gets the value of the filter property.List<JaxbHbmFilterType>
JaxbHbmSetType. getFilter()
Gets the value of the filter property.List<JaxbHbmFilterType>
PluralAttributeInfo. getFilter()
List<JaxbHbmFilterType>
PluralAttributeInfoPrimitiveArrayAdapter. getFilter()
-
Uses of JaxbHbmFilterType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmFilterType Constructor Description FilterSourceImpl(MappingDocument mappingDocument, JaxbHbmFilterType filterElement)
-