Uses of Interface
org.hibernate.metamodel.model.domain.ManagedDomainType
-
Packages that use ManagedDomainType Package Description org.hibernate.metamodel.model.domain org.hibernate.metamodel.model.domain.spi -
-
Uses of ManagedDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of ManagedDomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceEntityDomainType<J>Extension to the JPAEntityTypecontractinterfaceIdentifiableDomainType<J>Extension to the JPAIdentifiableTypecontractinterfaceMappedSuperclassDomainType<J>Extension of the JPAMappedSuperclassTypecontractMethods in org.hibernate.metamodel.model.domain that return ManagedDomainType Modifier and Type Method Description ManagedDomainType<D>PersistentAttribute. getDeclaringType() -
Uses of ManagedDomainType in org.hibernate.metamodel.model.domain.spi
Subinterfaces of ManagedDomainType in org.hibernate.metamodel.model.domain.spi Modifier and Type Interface Description interfaceEmbeddedTypeDescriptor<J>Hibernate extension to the JPAEmbeddableTypedescriptorinterfaceEntityTypeDescriptor<J>Hibernate extension to the JPAEntityTypedescriptorinterfaceIdentifiableTypeDescriptor<J>Hibernate extension to the JPAIdentifiableTypedescriptorinterfaceManagedTypeDescriptor<J>Hibernate extension to the JPAManagedTypedescriptorinterfaceMappedSuperclassTypeDescriptor<J>Hibernate extension to the JPAMappedSuperclassTypedescriptor
-