Uses of Interface
org.hibernate.metamodel.spi.EmbeddableInstantiator
Packages that use EmbeddableInstantiator
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type
.-
Uses of EmbeddableInstantiator in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type EmbeddableInstantiatorModifier and TypeMethodDescriptionClass
<? extends EmbeddableInstantiator> InFlightMetadataCollector.findRegisteredEmbeddableInstantiator
(Class<?> embeddableType) -
Uses of EmbeddableInstantiator in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type EmbeddableInstantiatorModifier and TypeMethodDescriptionClass
<? extends EmbeddableInstantiator> Component.getCustomInstantiator()
Method parameters in org.hibernate.mapping with type arguments of type EmbeddableInstantiatorModifier and TypeMethodDescriptionvoid
Component.setCustomInstantiator
(Class<? extends EmbeddableInstantiator> customInstantiator) -
Uses of EmbeddableInstantiator in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EmbeddableInstantiator -
Uses of EmbeddableInstantiator in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return EmbeddableInstantiatorModifier and TypeMethodDescriptionEmbeddableRepresentationStrategy.getInstantiator()
Create a delegate capable of instantiating instances of the represented type.default EmbeddableInstantiator
EmbeddableRepresentationStrategy.getInstantiatorForClass
(String className) default EmbeddableInstantiator
EmbeddableRepresentationStrategy.getInstantiatorForDiscriminator
(Object discriminatorValue) -
Uses of EmbeddableInstantiator in org.hibernate.type
Methods in org.hibernate.type that return EmbeddableInstantiatorModifier and TypeMethodDescriptionprotected final EmbeddableInstantiator
ComponentType.instantiator
(Object compositeInstance) -
Uses of EmbeddableInstantiator in org.hibernate.usertype
Subinterfaces of EmbeddableInstantiator in org.hibernate.usertypeModifier and TypeInterfaceDescriptioninterface
This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.