Uses of Interface
org.hibernate.metamodel.model.domain.EmbeddableDomainType
Packages that use EmbeddableDomainType
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
AST nodes representing expressions in a SQL tree.
-
Uses of EmbeddableDomainType in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return EmbeddableDomainTypeModifier and TypeMethodDescription<J> EmbeddableDomainType<J>MetadataContext.locateEmbeddable(Class<J> embeddableClass, Component component) Methods in org.hibernate.metamodel.internal that return types with arguments of type EmbeddableDomainTypeMethods in org.hibernate.metamodel.internal with parameters of type EmbeddableDomainTypeModifier and TypeMethodDescriptionMetadataContext.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.domainMethods in org.hibernate.metamodel.model.domain that return EmbeddableDomainTypeModifier and TypeMethodDescription<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 EmbeddableDomainTypeModifier and TypeMethodDescriptionCollection<? 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 EmbeddableDomainTypeMethods in org.hibernate.metamodel.model.domain.internal that return EmbeddableDomainTypeModifier and TypeMethodDescription<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) EmbeddedDiscriminatorSqmPath.getEmbeddableDomainType()EmbeddableTypeImpl.getSqmPathType()EmbeddedSqmPathSource.getSqmPathType()Methods in org.hibernate.metamodel.model.domain.internal that return types with arguments of type EmbeddableDomainTypeModifier and TypeMethodDescriptionCollection<? extends EmbeddableDomainType<? extends J>>EmbeddableTypeImpl.getSubTypes()Methods in org.hibernate.metamodel.model.domain.internal with parameters of type EmbeddableDomainTypeModifier and TypeMethodDescriptiondefault voidAttributeContainer.InFlightAccess.applyNonAggregatedIdAttributes(Set<SingularPersistentAttribute<? super J, ?>> idAttributes, EmbeddableDomainType<?> idClassType) Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type EmbeddableDomainTypeModifierConstructorDescriptionprotectedEmbeddedDiscriminatorSqmPath(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 EmbeddableDomainTypeModifier and TypeMethodDescriptionSqmTreatedEmbeddedValuedSimplePath.getReferencedPathSource()SqmTreatedEmbeddedValuedSimplePath.getTreatTarget()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type EmbeddableDomainTypeModifierConstructorDescriptionSqmTreatedEmbeddedValuedSimplePath(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 EmbeddableDomainTypeConstructors in org.hibernate.query.sqm.tree.expression with parameters of type EmbeddableDomainTypeModifierConstructorDescriptionSqmLiteralEmbeddableType(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 EmbeddableDomainTypeModifierConstructorDescriptionEmbeddableTypeLiteral(EmbeddableDomainType<?> embeddableDomainType, BasicType<?> basicType)
EmbeddableDomainTypeinstead.