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 -
-
Uses of AttributeContainer in org.hibernate.metamodel.model.domain
Classes in org.hibernate.metamodel.model.domain that implement AttributeContainer Modifier and Type Class Description class
AbstractIdentifiableType<J>
Defines commonality for the JPAIdentifiableType
types.class
AbstractManagedType<J>
Commonality for Hibernate's implementations of the JPAManagedType
contract. -
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 class
EmbeddableTypeImpl<J>
Standard Hibernate implementation of JPA'sEmbeddableType
contractclass
EntityTypeImpl<J>
Defines the Hibernate implementation of the JPAEntityType
contract.class
MappedSuperclassTypeImpl<J>
-