Uses of Interface
org.hibernate.metamodel.model.domain.TreatableDomainType
-
Packages that use TreatableDomainType 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).org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of TreatableDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of TreatableDomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceEmbeddableDomainType<J>Hibernate extension to the JPAEmbeddableTypecontract.interfaceEmbeddedDomainType<J>Deprecated.UseEmbeddableDomainTypeinstead.interfaceEntityDomainType<J>Extension to the JPAEntityTypecontract. -
Uses of TreatableDomainType in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement TreatableDomainType Modifier and Type Class Description classSqmPolymorphicRootDescriptor<T>Acts as theEntityDomainTypefor a "polymorphic query" grouping.Methods in org.hibernate.query.sqm.tree.domain that return TreatableDomainType Modifier and Type Method Description TreatableDomainType<S>SqmTreatedBagJoin. getReferencedPathSource()TreatableDomainType<S>SqmTreatedListJoin. getReferencedPathSource()TreatableDomainType<S>SqmTreatedMapJoin. getReferencedPathSource()TreatableDomainType<S>SqmTreatedSetJoin. getReferencedPathSource()TreatableDomainType<S>SqmTreatedSingularJoin. getReferencedPathSource()TreatableDomainType<S>SqmTreatedBagJoin. getTreatTarget()TreatableDomainType<S>SqmTreatedListJoin. getTreatTarget()TreatableDomainType<S>SqmTreatedMapJoin. getTreatTarget()TreatableDomainType<S>SqmTreatedSetJoin. getTreatTarget()TreatableDomainType<S>SqmTreatedSingularJoin. getTreatTarget()
-