Interface AnyMappingDomainType<J>

Type Parameters:
J - The base Java type defined for the any 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