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.PersistenceTypegetPersistenceType()-
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:
getPersistenceTypein interfaceType<T>
-
getJavaType
public Class<T> getJavaType()
- Specified by:
getJavaTypein interfaceType<T>
-
getExpressibleJavaType
public JavaType<T> getExpressibleJavaType()
Description copied from interface:SqmExpressibleThe Java type descriptor for this expressible- Specified by:
getExpressibleJavaTypein interfaceSqmExpressible<T>
-
getDiscriminatorType
public BasicType<Class<?>> getDiscriminatorType()
- Specified by:
getDiscriminatorTypein interfaceAnyMappingDomainType<T>
-
getKeyType
public SimpleDomainType<?> getKeyType()
- Specified by:
getKeyTypein interfaceAnyMappingDomainType<T>
-
-