Uses of Interface
org.hibernate.metamodel.model.domain.SimpleDomainType
-
Packages that use SimpleDomainType Package Description org.hibernate.graph.spi org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.derived org.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of SimpleDomainType in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return SimpleDomainType Modifier and Type Method Description static <J> SimpleDomainType<J>GraphHelper. resolveKeyTypeDescriptor(PluralPersistentAttribute attribute)static <J> SimpleDomainType<J>GraphHelper. resolveKeyTypeDescriptor(SingularPersistentAttribute attribute) -
Uses of SimpleDomainType in org.hibernate.metamodel.mapping
Subinterfaces of SimpleDomainType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceDiscriminatorType<O>Union ofConvertedBasicTypeandBasicDomainTypecapabilities. -
Uses of SimpleDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of SimpleDomainType 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.Classes in org.hibernate.metamodel.model.domain that implement SimpleDomainType 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 SimpleDomainType Modifier and Type Method Description SimpleDomainTypeAnyMappingDomainType. getDiscriminatorType()SimpleDomainType<E>BagPersistentAttribute. getElementType()SimpleDomainType<E>PluralPersistentAttribute. getElementType()SimpleDomainType<?>AbstractIdentifiableType. getIdType()SimpleDomainType<?>IdentifiableDomainType. getIdType()SimpleDomainType<?>PersistentAttribute. getKeyGraphType()default SimpleDomainType<?>PluralPersistentAttribute. getKeyGraphType()SimpleDomainTypeAnyMappingDomainType. getKeyType()SimpleDomainType<K>MapPersistentAttribute. getKeyType()SimpleDomainType<J>SingularPersistentAttribute. getType()SimpleDomainType<E>BagPersistentAttribute. getValueGraphType()SimpleDomainType<E>PluralPersistentAttribute. getValueGraphType() -
Uses of SimpleDomainType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement SimpleDomainType Modifier and Type Class Description classDiscriminatorType<T>Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter -
Uses of SimpleDomainType in org.hibernate.query
Subinterfaces of SimpleDomainType 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 SimpleDomainType in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SimpleDomainType Modifier and Type Class Description classAnonymousTupleType<T>Methods in org.hibernate.query.derived that return SimpleDomainType Modifier and Type Method Description SimpleDomainType<?>AnonymousTupleSqmAssociationPathSource. getKeyGraphType()SimpleDomainType<J>AnonymousTupleSqmAssociationPathSource. getType()Constructors in org.hibernate.query.derived with parameters of type SimpleDomainType Constructor Description AnonymousTupleSqmAssociationPathSource(String localPathName, SqmPath<J> path, SimpleDomainType<J> domainType) -
Uses of SimpleDomainType in org.hibernate.query.sqm.tree.cte
Classes in org.hibernate.query.sqm.tree.cte that implement SimpleDomainType Modifier and Type Class Description classSqmCteTable<T> -
Uses of SimpleDomainType in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SimpleDomainType Modifier and Type Method Description SimpleDomainType<?>SqmPolymorphicRootDescriptor. getIdType() -
Uses of SimpleDomainType in org.hibernate.type
Subinterfaces of SimpleDomainType in org.hibernate.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension contract forBasicTypeimplementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interfaceBasicPluralType<C,E>A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceConvertedBasicType<J>Extension for implementations ofBasicTypewhich have an implied conversion.Classes in org.hibernate.type that implement SimpleDomainType Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementations.classBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classConvertedBasicArrayType<T>A converted basic array type.classConvertedBasicCollectionType<C extends Collection<E>,E>A converted basic array type.classCustomType<J>classJavaObjectTypeclassNullTypeclassSerializableToBlobType<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.
-