Uses of Interface
org.hibernate.query.sqm.tree.domain.SqmEmbeddableDomainType
Packages that use SqmEmbeddableDomainType
Package
Description
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of SqmEmbeddableDomainType in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmEmbeddableDomainTypeModifier and TypeMethodDescriptiondefault SqmEmbeddableDomainType<E> SqmEmbeddableDomainType.getPathType()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmEmbeddableDomainTypeModifierConstructorDescriptionSqmTreatedEmbeddedValuedSimplePath(SqmPath<T> wrappedPath, SqmEmbeddableDomainType<S> treatTarget) -
Uses of SqmEmbeddableDomainType in org.hibernate.query.sqm.tree.expression
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type SqmEmbeddableDomainTypeModifierConstructorDescriptionSqmLiteralEmbeddableType(SqmEmbeddableDomainType<T> embeddableDomainType, NodeBuilder nodeBuilder) -
Uses of SqmEmbeddableDomainType in org.hibernate.type
Methods in org.hibernate.type that return SqmEmbeddableDomainTypeModifier and TypeMethodDescriptionComponentType.resolveExpressible(BindingContext bindingContext)