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 class
JaxbAttributes
Entity-defined attributes This element contains the entity field or property mappings.class
JaxbEmbeddableAttributes
Describes the features available for mapping attributes of embeddablesMethods in org.hibernate.boot.jaxb.mapping that return AttributesContainer Modifier and Type Method Description AttributesContainer
ManagedType. 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 void
PropertyMappingElementCollector. collectPersistentAttributesIfMatching(AttributesContainer container)
-