Interface JaxbAttributesContainer
- All Superinterfaces:
JaxbBaseAttributesContainer
- All Known Implementing Classes:
JaxbAttributesContainerImpl
,JaxbEmbeddableAttributesContainerImpl
JAXB binding interface for commonality between things which contain attributes.
- API Note:
- In the mapping XSD, this equates to the `attributes` and `embeddable-attributes` nodes rather than the ManagedTypes themselves.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbBaseAttributesContainer
getAnyMappingAttributes, getBasicAttributes, getEmbeddedAttributes, getManyToOneAttributes
-
Method Details
-
getOneToOneAttributes
List<JaxbOneToOneImpl> getOneToOneAttributes() -
getElementCollectionAttributes
List<JaxbElementCollectionImpl> getElementCollectionAttributes() -
getOneToManyAttributes
List<JaxbOneToManyImpl> getOneToManyAttributes() -
getManyToManyAttributes
List<JaxbManyToManyImpl> getManyToManyAttributes() -
getPluralAnyMappingAttributes
List<JaxbPluralAnyMappingImpl> getPluralAnyMappingAttributes() -
getTransients
List<JaxbTransientImpl> getTransients()
-