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>
,SqmBindableType<T>
,SqmExpressible<T>
,SqmDomainType<T>
,BindableType<T>
public class AnyMappingDomainTypeImpl<T>
extends Object
implements AnyMappingDomainType<T>, SqmDomainType<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
-
Constructor Summary
ConstructorsConstructorDescriptionAnyMappingDomainTypeImpl
(Any bootAnyMapping, AnyType anyType, JavaType<T> baseJtd, MappingMetamodelImplementor mappingMetamodel) -
Method Summary
Modifier and TypeMethodDescriptionTheJavaType
representing this domain type.The Java class which represents by this domain type.The name of the type.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.sqm.SqmBindableType
resolveExpressible
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmDomainType
getTupleLength
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getRelationalJavaType
-
Constructor Details
-
AnyMappingDomainTypeImpl
public AnyMappingDomainTypeImpl(Any bootAnyMapping, AnyType anyType, JavaType<T> baseJtd, MappingMetamodelImplementor mappingMetamodel)
-
-
Method Details
-
getSqmType
- Specified by:
getSqmType
in interfaceSqmExpressible<T>
-
getTypeName
Description copied from interface:DomainType
The name of the type. Usually, but not always, the name of a Java class.- Specified by:
getTypeName
in interfaceDomainType<T>
- Specified by:
getTypeName
in interfaceSqmDomainType<T>
- Specified by:
getTypeName
in interfaceSqmExpressible<T>
- See Also:
-
getPersistenceType
- Specified by:
getPersistenceType
in interfaceType<T>
-
getJavaType
Description copied from interface:DomainType
The Java class which represents by this domain type.- Specified by:
getJavaType
in interfaceDomainType<T>
- Specified by:
getJavaType
in interfaceSimpleDomainType<T>
- Specified by:
getJavaType
in interfaceType<T>
- See Also:
-
getExpressibleJavaType
Description copied from interface:DomainType
TheJavaType
representing this domain type.- Specified by:
getExpressibleJavaType
in interfaceDomainType<T>
- Specified by:
getExpressibleJavaType
in interfaceSqmExpressible<T>
-
getDiscriminatorType
- Specified by:
getDiscriminatorType
in interfaceAnyMappingDomainType<T>
-
getKeyType
- Specified by:
getKeyType
in interfaceAnyMappingDomainType<T>
-