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 interface
EntityDomainType<J>
Extension to the JPAEntityType
contractinterface
IdentifiableDomainType<J>
Extension to the JPAIdentifiableType
contractinterface
MappedSuperclassDomainType<J>
Extension of the JPAMappedSuperclassType
contractMethods 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 interface
EmbeddedTypeDescriptor<J>
Hibernate extension to the JPAEmbeddableType
descriptorinterface
EntityTypeDescriptor<J>
Hibernate extension to the JPAEntityType
descriptorinterface
IdentifiableTypeDescriptor<J>
Hibernate extension to the JPAIdentifiableType
descriptorinterface
ManagedTypeDescriptor<J>
Hibernate extension to the JPAManagedType
descriptorinterface
MappedSuperclassTypeDescriptor<J>
Hibernate extension to the JPAMappedSuperclassType
descriptor
-