Uses of Interface
org.hibernate.metamodel.model.domain.DomainType
-
Packages that use DomainType Package Description org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.persister.entity org.hibernate.query org.hibernate.query.derived org.hibernate.query.sqm org.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.expression org.hibernate.type -
-
Uses of DomainType in org.hibernate.metamodel.model.domain
Subinterfaces of DomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceAnyMappingDomainType<J>Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model typeinterfaceBasicDomainType<J>Hibernate extension to the JPABasicTypecontract.interfaceEmbeddableDomainType<J>Hibernate extension to the JPAEmbeddableTypecontract.interfaceEmbeddedDomainType<J>Deprecated.UseEmbeddableDomainTypeinstead.interfaceEntityDomainType<J>Extension to the JPAEntityTypecontractinterfaceIdentifiableDomainType<J>Extension to the JPAIdentifiableTypecontractinterfaceManagedDomainType<J>Hibernate extension to the JPAManagedTypecontractinterfaceMappedSuperclassDomainType<J>Extension of the JPAMappedSuperclassTypecontractinterfaceSimpleDomainType<J>Describes any non-collection typeClasses in org.hibernate.metamodel.model.domain that implement DomainType Modifier and Type Class Description classAbstractDomainType<J>classAbstractIdentifiableType<J>Defines commonality for the JPAIdentifiableTypetypes.classAbstractManagedType<J>Commonality for Hibernate's implementations of the JPAManagedTypecontract.Methods in org.hibernate.metamodel.model.domain that return DomainType Modifier and Type Method Description DomainType<J>SingularPersistentAttribute. getSqmPathType()DomainType<?>PersistentAttribute. getValueGraphType()default DomainType<?>SingularPersistentAttribute. getValueGraphType()For a singular attribute, the value type is defined as the attribute type -
Uses of DomainType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement DomainType Modifier and Type Class Description classDiscriminatorType<T>TODO : javadoc -
Uses of DomainType in org.hibernate.query
Subinterfaces of DomainType in org.hibernate.query Modifier and Type Interface Description interfaceReturnableType<T>Specialization of DomainType for types that can be used as function returns -
Uses of DomainType in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement DomainType Modifier and Type Class Description classAnonymousTupleType<T>Methods in org.hibernate.query.derived that return DomainType Modifier and Type Method Description DomainType<?>AnonymousTupleSimpleSqmPathSource. getSqmPathType()DomainType<J>AnonymousTupleSqmPathSource. getSqmPathType()DomainType<?>AnonymousTupleType. getSqmPathType()Constructors in org.hibernate.query.derived with parameters of type DomainType Constructor Description AnonymousTupleEmbeddableValuedModelPart(Map<String,ModelPart> modelParts, DomainType<?> domainType, String componentName, EmbeddableValuedModelPart existingModelPartContainer)AnonymousTupleEmbeddedEntityIdentifierMapping(Map<String,ModelPart> modelParts, DomainType<?> domainType, String componentName, CompositeIdentifierMapping delegate)AnonymousTupleEntityValuedModelPart(EntityIdentifierMapping identifierMapping, DomainType<?> domainType, String componentName, EntityValuedModelPart delegate)AnonymousTupleNonAggregatedEntityIdentifierMapping(Map<String,ModelPart> modelParts, DomainType<?> domainType, String componentName, NonAggregatedIdentifierMapping delegate)AnonymousTupleSimpleSqmPathSource(String localPathName, DomainType<J> domainType, Bindable.BindableType jpaBindableType) -
Uses of DomainType in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return DomainType Modifier and Type Method Description DomainType<?>SqmPathSource. getSqmPathType()The type of SqmPaths this source creates. -
Uses of DomainType in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement DomainType Modifier and Type Class Description classSqmPolymorphicRootDescriptor<T>Acts as the EntityValuedNavigable for a "polymorphic query" groupingMethods in org.hibernate.query.sqm.tree.domain that return DomainType Modifier and Type Method Description DomainType<?>SqmPolymorphicRootDescriptor. getSqmPathType() -
Uses of DomainType in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression with parameters of type DomainType Modifier and Type Method Description default <X> SqmExpression<X>SqmExpression. castAs(DomainType<X> type) -
Uses of DomainType in org.hibernate.type
Subinterfaces of DomainType in org.hibernate.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interfaceBasicPluralType<C,E>A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceConvertedBasicType<J>Extension for BasicType impls which have an implied conversionClasses in org.hibernate.type that implement DomainType Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementationsclassBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classCustomType<J>classDbTimestampTypeDeprecated.UseValueGenerationinsteadclassJavaObjectTypeclassNullTypeclassSerializableToBlobType<T extends Serializable>classSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classStandardBasicTypeTemplate<J>A BasicType adapter targeting partial portability to 6.0's type system changes.
-