Class AnyMappingDomainTypeImpl<T>
- java.lang.Object
-
- org.hibernate.metamodel.model.domain.internal.AnyMappingDomainTypeImpl<T>
-
- All Implemented Interfaces:
Type<T>
,AnyMappingDomainType<T>
,DomainType<T>
,SimpleDomainType<T>
,BindableType<T>
,SqmExpressible<T>
public class AnyMappingDomainTypeImpl<T> extends Object implements AnyMappingDomainType<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
-
-
Constructor Summary
Constructors Constructor Description AnyMappingDomainTypeImpl(Any bootAnyMapping, AnyType anyType, JavaType<T> baseJtd, MappingMetamodelImplementor mappingMetamodel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicType<Class<?>>
getDiscriminatorType()
JavaType<T>
getExpressibleJavaType()
The Java type descriptor for this expressibleClass<T>
getJavaType()
SimpleDomainType<?>
getKeyType()
Type.PersistenceType
getPersistenceType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
getRelationalJavaType, getTypeName, isInstance, resolveExpressible
-
-
-
-
Constructor Detail
-
AnyMappingDomainTypeImpl
public AnyMappingDomainTypeImpl(Any bootAnyMapping, AnyType anyType, JavaType<T> baseJtd, MappingMetamodelImplementor mappingMetamodel)
-
-
Method Detail
-
getPersistenceType
public Type.PersistenceType getPersistenceType()
- Specified by:
getPersistenceType
in interfaceType<T>
-
getJavaType
public Class<T> getJavaType()
- Specified by:
getJavaType
in interfaceType<T>
-
getExpressibleJavaType
public JavaType<T> getExpressibleJavaType()
Description copied from interface:SqmExpressible
The Java type descriptor for this expressible- Specified by:
getExpressibleJavaType
in interfaceSqmExpressible<T>
-
getDiscriminatorType
public BasicType<Class<?>> getDiscriminatorType()
- Specified by:
getDiscriminatorType
in interfaceAnyMappingDomainType<T>
-
getKeyType
public SimpleDomainType<?> getKeyType()
- Specified by:
getKeyType
in interfaceAnyMappingDomainType<T>
-
-