Interface AnyMappingDomainType<J>
- Type Parameters:
J- The base Java type defined for theanymapping
- All Superinterfaces:
DomainType<J>,SimpleDomainType<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
getExpressibleJavaType, getTypeNameMethods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getJavaTypeMethods inherited from interface jakarta.persistence.metamodel.Type
getPersistenceType
-
Method Details
-
getDiscriminatorType
SimpleDomainType<?> getDiscriminatorType() -
getKeyType
SimpleDomainType<?> getKeyType()
-