Uses of Interface
org.hibernate.metamodel.model.domain.internal.AttributeContainer
-
Packages that use AttributeContainer Package Description org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel. -
-
Uses of AttributeContainer in org.hibernate.metamodel.model.domain
Classes in org.hibernate.metamodel.model.domain that implement AttributeContainer Modifier and Type Class Description classAbstractIdentifiableType<J>Functionality common to all implementations ofIdentifiableType.classAbstractManagedType<J>Functionality common to all implementations ofManagedType. -
Uses of AttributeContainer in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement AttributeContainer Modifier and Type Class Description classEmbeddableTypeImpl<J>Implementation ofEmbeddableType.classEntityTypeImpl<J>Implementation ofEntityType.classMappedSuperclassTypeImpl<J>Implementation ofMappedSuperclassType.
-