Uses of Interface
org.hibernate.metamodel.model.domain.SimpleDomainType
-
Packages that use SimpleDomainType Package Description org.hibernate.graph.spi 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.tree.domain org.hibernate.type -
-
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.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>TODO : javadoc -
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.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 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 SimpleDomainType 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.
-