Uses of Interface
org.hibernate.metamodel.model.domain.DomainType
-
Packages that use DomainType Package Description org.hibernate.metamodel.model.domain org.hibernate.metamodel.model.domain.spi -
-
Uses of DomainType in org.hibernate.metamodel.model.domain
Subinterfaces of DomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceBasicDomainType<J>Hibernate extension to the JPABasicTypecontract.interfaceCollectionDomainType<C,E>Descriptor for persistent collections.interfaceEmbeddedDomainType<J>Hibernate extension to the JPAEntityTypecontract.interfaceEntityDomainType<J>Extension to the JPAEntityTypecontractinterfaceIdentifiableDomainType<J>Extension to the JPAIdentifiableTypecontractinterfaceManagedDomainType<J>interfaceMappedSuperclassDomainType<J>Extension of the JPAMappedSuperclassTypecontractinterfaceSimpleDomainType<J>Describes any non-collection type -
Uses of DomainType in org.hibernate.metamodel.model.domain.spi
Subinterfaces of DomainType in org.hibernate.metamodel.model.domain.spi Modifier and Type Interface Description interfaceBasicTypeDescriptor<J>Hibernate extension to the JPABasicTypedescriptorinterfaceDomainTypeDescriptor<J>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 JPAMappedSuperclassTypedescriptorinterfaceSimpleTypeDescriptor<J>
-