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). -
-
Uses of AbstractDomainType in org.hibernate.metamodel.model.domain
Subclasses of AbstractDomainType in org.hibernate.metamodel.model.domain Modifier and Type Class Description classAbstractIdentifiableType<J>Functionality common to all implementations ofIdentifiableType.classAbstractManagedType<J>Functionality common to all implementations ofManagedType.
-