Uses of Interface
org.hibernate.boot.jaxb.mapping.AttributesContainer
-
Packages that use AttributesContainer Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of AttributesContainer in org.hibernate.boot.jaxb.mapping
Classes in org.hibernate.boot.jaxb.mapping that implement AttributesContainer Modifier and Type Class Description classJaxbAttributesEntity-defined attributes This element contains the entity field or property mappings.classJaxbEmbeddableAttributesDescribes the features available for mapping attributes of embeddablesMethods in org.hibernate.boot.jaxb.mapping that return AttributesContainer Modifier and Type Method Description AttributesContainerManagedType. getAttributes() -
Uses of AttributesContainer in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type AttributesContainer Modifier and Type Method Description voidPropertyMappingElementCollector. collectPersistentAttributesIfMatching(AttributesContainer container)
-