Uses of Class
org.hibernate.metamodel.model.domain.AbstractDomainType
-
Packages that use AbstractDomainType 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 AbstractDomainType in org.hibernate.metamodel.model.domain
Subclasses of AbstractDomainType in org.hibernate.metamodel.model.domain 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 AbstractDomainType in org.hibernate.metamodel.model.domain.internal
Subclasses of AbstractDomainType in org.hibernate.metamodel.model.domain.internal 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>
-