Uses of Interface
org.hibernate.metamodel.model.domain.internal.AttributeContainer
-
Packages that use AttributeContainer Package Description org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.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 classAbstractIdentifiableType<J>Defines commonality for the JPAIdentifiableTypetypes.classAbstractManagedType<J>Commonality for Hibernate's implementations of the JPAManagedTypecontract. -
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>Standard Hibernate implementation of JPA'sEmbeddableTypecontractclassEntityTypeImpl<J>Defines the Hibernate implementation of the JPAEntityTypecontract.classMappedSuperclassTypeImpl<J>
-