Uses of Interface
org.hibernate.metamodel.model.domain.EmbeddableDomainType
-
Packages that use EmbeddableDomainType Package Description 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.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree. -
-
Uses of EmbeddableDomainType in org.hibernate.metamodel.model.domain
Subinterfaces of EmbeddableDomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interfaceEmbeddedDomainType<J>Deprecated.UseEmbeddableDomainTypeinstead.Methods in org.hibernate.metamodel.model.domain that return EmbeddableDomainType Modifier and Type Method Description <X> EmbeddableDomainType<X>JpaMetamodel. embeddable(Class<X> cls)<X> EmbeddableDomainType<X>JpaMetamodel. embeddable(String embeddableName)Access to an embeddable type from FQNdefault EmbeddableDomainType<J>EmbeddableDomainType. getSqmType()Methods in org.hibernate.metamodel.model.domain that return types with arguments of type EmbeddableDomainType Modifier and Type Method Description Collection<? extends EmbeddableDomainType<? extends J>>EmbeddableDomainType. getSubTypes() -
Uses of EmbeddableDomainType in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return EmbeddableDomainType Modifier and Type Method Description EmbeddableDomainType<S>SqmTreatedEmbeddedValuedSimplePath. getReferencedPathSource()EmbeddableDomainType<S>SqmTreatedEmbeddedValuedSimplePath. getTreatTarget()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type EmbeddableDomainType Constructor Description SqmTreatedEmbeddedValuedSimplePath(SqmPath<T> wrappedPath, EmbeddableDomainType<S> treatTarget) -
Uses of EmbeddableDomainType in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return EmbeddableDomainType Modifier and Type Method Description EmbeddableDomainType<T>SqmLiteralEmbeddableType. getEmbeddableDomainType()Constructors in org.hibernate.query.sqm.tree.expression with parameters of type EmbeddableDomainType Constructor Description SqmLiteralEmbeddableType(EmbeddableDomainType<T> embeddableDomainType, NodeBuilder nodeBuilder) -
Uses of EmbeddableDomainType in org.hibernate.sql.ast.tree.expression
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type EmbeddableDomainType Constructor Description EmbeddableTypeLiteral(EmbeddableDomainType<?> embeddableDomainType, BasicType<?> basicType)
-