Uses of Interface
org.hibernate.metamodel.model.domain.SimpleDomainType
-
Packages that use SimpleDomainType Package Description org.hibernate.metamodel.model.domain org.hibernate.metamodel.model.domain.spi -
-
Uses of SimpleDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of SimpleDomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceBasicDomainType<J>Hibernate extension to the JPABasicTypecontract.interfaceEmbeddedDomainType<J>Hibernate extension to the JPAEntityTypecontract.interfaceEntityDomainType<J>Extension to the JPAEntityTypecontractinterfaceIdentifiableDomainType<J>Extension to the JPAIdentifiableTypecontractinterfaceManagedDomainType<J>interfaceMappedSuperclassDomainType<J>Extension of the JPAMappedSuperclassTypecontractMethods in org.hibernate.metamodel.model.domain that return SimpleDomainType Modifier and Type Method Description SimpleDomainType<?>PersistentAttribute. getKeyGraphType()SimpleDomainType<?>PersistentAttribute. getValueGraphType() -
Uses of SimpleDomainType in org.hibernate.metamodel.model.domain.spi
Subinterfaces of SimpleDomainType in org.hibernate.metamodel.model.domain.spi Modifier and Type Interface Description interfaceBasicTypeDescriptor<J>Hibernate extension to the JPABasicTypedescriptorinterfaceEmbeddedTypeDescriptor<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>
-