Uses of Interface
org.hibernate.metamodel.model.domain.EmbeddableDomainType
-
Packages that use EmbeddableDomainType Package Description org.hibernate.metamodel.internal 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.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.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.internal
Methods in org.hibernate.metamodel.internal that return EmbeddableDomainType Modifier and Type Method Description <J> EmbeddableDomainType<J>MetadataContext. locateEmbeddable(Class<J> embeddableClass, Component component)Methods in org.hibernate.metamodel.internal that return types with arguments of type EmbeddableDomainType Modifier and Type Method Description Set<EmbeddableDomainType<?>>MetadataContext. getEmbeddableTypeSet()Methods in org.hibernate.metamodel.internal with parameters of type EmbeddableDomainType Modifier and Type Method Description ComponentMetadataContext. getEmbeddableBootDescriptor(EmbeddableDomainType<?> embeddableType)voidMetadataContext. registerComponentByEmbeddable(EmbeddableDomainType<?> embeddableType, Component bootDescriptor)voidMetadataContext. registerEmbeddableType(EmbeddableDomainType<?> embeddableType, Component bootDescriptor) -
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.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement EmbeddableDomainType Modifier and Type Class Description classEmbeddableTypeImpl<J>Implementation ofEmbeddableType.Methods in org.hibernate.metamodel.model.domain.internal that return EmbeddableDomainType Modifier and Type Method Description <X> EmbeddableDomainType<X>JpaMetamodelImpl. embeddable(Class<X> cls)<X> EmbeddableDomainType<X>JpaMetamodelImpl. embeddable(String embeddableName)<X> EmbeddableDomainType<X>MappingMetamodelImpl. embeddable(Class<X> cls)<X> EmbeddableDomainType<X>MappingMetamodelImpl. embeddable(String embeddableName)EmbeddableDomainType<T>EmbeddedDiscriminatorSqmPath. getEmbeddableDomainType()EmbeddableDomainType<J>EmbeddableTypeImpl. getSqmPathType()EmbeddableDomainType<J>EmbeddedSqmPathSource. getSqmPathType()Methods in org.hibernate.metamodel.model.domain.internal that return types with arguments of type EmbeddableDomainType Modifier and Type Method Description Collection<? extends EmbeddableDomainType<? extends J>>EmbeddableTypeImpl. getSubTypes()Methods in org.hibernate.metamodel.model.domain.internal with parameters of type EmbeddableDomainType Modifier and Type Method Description default voidAttributeContainer.InFlightAccess. applyNonAggregatedIdAttributes(Set<SingularPersistentAttribute<? super J,?>> idAttributes, EmbeddableDomainType<?> idClassType)Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type EmbeddableDomainType Constructor Description EmbeddedDiscriminatorSqmPath(NavigablePath navigablePath, SqmPathSource referencedPathSource, SqmPath<?> lhs, EmbeddableDomainType embeddableDomainType, NodeBuilder nodeBuilder)EmbeddedDiscriminatorSqmPathSource(DomainType<D> discriminatorType, EmbeddableDomainType<?> embeddableDomainType)EmbeddedSqmPathSource(String localPathName, SqmPathSource<J> pathModel, EmbeddableDomainType<J> domainType, Bindable.BindableType jpaBindableType, boolean isGeneric) -
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)
-