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
public interface AnyMappingDomainType<J> extends SimpleDomainType<J>
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
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
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 Detail
-
getDiscriminatorType
SimpleDomainType<?> getDiscriminatorType()
-
getKeyType
SimpleDomainType<?> getKeyType()
-
-