Interface AnyMappingDomainType<J>
-
- Type Parameters:
J
- The base Java type defined for theany
mapping
- All Superinterfaces:
BindableType<J>
,DomainType<J>
,SimpleDomainType<J>
,SqmExpressible<J>
,jakarta.persistence.metamodel.Type<J>
- All Known Implementing Classes:
AnyMappingDomainTypeImpl
public interface AnyMappingDomainType<J> extends SimpleDomainType<J>
Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleDomainType
getDiscriminatorType()
SimpleDomainType
getKeyType()
-
Methods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getExpressibleJavaType, getTypeName
-
Methods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getBindableJavaType
-
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getRelationalJavaType, isInstance, resolveExpressible
-
-
-
-
Method Detail
-
getDiscriminatorType
SimpleDomainType getDiscriminatorType()
-
getKeyType
SimpleDomainType getKeyType()
-
-