Interface SqmEntityDomainType<E>
- All Superinterfaces:
Bindable<E>
,BindableType<E>
,DomainType<E>
,EntityDomainType<E>
,EntityType<E>
,IdentifiableDomainType<E>
,IdentifiableType<E>
,ManagedDomainType<E>
,ManagedType<E>
,PathSource<E>
,SqmBindableType<E>
,SqmDomainType<E>
,SqmExpressible<E>
,SqmExpressibleAccessor<E>
,SqmManagedDomainType<E>
,SqmPathSource<E>
,SqmTreatableDomainType<E>
,TreatableDomainType<E>
,Type<E>
- All Known Implementing Classes:
EntityTypeImpl
,SqmPolymorphicRootDescriptor
@Incubating
public interface SqmEntityDomainType<E>
extends EntityDomainType<E>, SqmTreatableDomainType<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Bindable
Bindable.BindableType
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
-
Method Summary
Methods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableType
Methods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getExpressibleJavaType
Methods inherited from interface org.hibernate.metamodel.model.domain.EntityDomainType
getHibernateEntityName, getSubTypes
Methods inherited from interface jakarta.persistence.metamodel.EntityType
getName
Methods inherited from interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
findIdAttribute, findNaturalIdAttributes, findVersionAttribute, getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdentifierDescriptor, getIdType, getSupertype, getVersion, hasIdClass, visitIdClassAttributes
Methods inherited from interface jakarta.persistence.metamodel.IdentifiableType
hasSingleIdAttribute, hasVersionAttribute
Methods inherited from interface org.hibernate.metamodel.model.domain.ManagedDomainType
addSubType, getAttribute, getDeclaredAttribute, getMetamodel, getRepresentationMode, getSuperType, visitAttributes, visitDeclaredAttributes
Methods inherited from interface jakarta.persistence.metamodel.ManagedType
getAttributes, getCollection, getCollection, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes
Methods inherited from interface org.hibernate.metamodel.model.domain.PathSource
getPathName
Methods inherited from interface org.hibernate.query.sqm.SqmBindableType
resolveExpressible
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmDomainType
getTupleLength
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getExpressibleJavaType, getRelationalJavaType
Methods inherited from interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
getNodeJavaType
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
findAttribute, findAttributeInSuperTypes, findConcreteGenericAttribute, findDeclaredAttribute, findDeclaredConcreteGenericAttribute, findDeclaredPluralAttribute, findDeclaredSingularAttribute, findPluralAttribute, findSingularAttribute, findSubTypesAttribute, getJavaType
Methods inherited from interface org.hibernate.query.sqm.SqmPathSource
createSqmPath, findSubPathSource, findSubPathSource, getExpressible, getIntermediatePathSource, getPathType, getSubPathSource, getSubPathSource, isGeneric
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmTreatableDomainType
getTypeName
Methods inherited from interface jakarta.persistence.metamodel.Type
getJavaType, getPersistenceType
-
Method Details
-
getSqmType
- Specified by:
getSqmType
in interfaceSqmExpressible<E>
- Specified by:
getSqmType
in interfaceSqmPathSource<E>
- Specified by:
getSqmType
in interfaceSqmTreatableDomainType<E>
-