Interface AnyMappingDomainType<J>
- Type Parameters:
J
- The base Java type defined for theany
mapping
- All Superinterfaces:
BindableType<J>
,DomainType<J>
,SimpleDomainType<J>
,SqmExpressible<J>
,Type<J>
- All Known Implementing Classes:
AnyMappingDomainTypeImpl
Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model type
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getSqmType, getTupleLength
Methods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getBindableJavaType
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getExpressibleJavaType, getRelationalJavaType, getTypeName, isInstance, resolveExpressible
Methods inherited from interface jakarta.persistence.metamodel.Type
getJavaType, getPersistenceType
-
Method Details
-
getDiscriminatorType
SimpleDomainType<?> getDiscriminatorType() -
getKeyType
SimpleDomainType<?> getKeyType()
-