Uses of Interface
org.hibernate.metamodel.spi.EmbeddableInstantiator
-
Packages that use EmbeddableInstantiator Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type. -
-
Uses of EmbeddableInstantiator in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type EmbeddableInstantiator Modifier and Type Method Description Class<? extends EmbeddableInstantiator>instantiator()Class<? extends EmbeddableInstantiator>value() -
Uses of EmbeddableInstantiator in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type EmbeddableInstantiator Modifier and Type Method Description Class<? 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 EmbeddableInstantiator Modifier and Type Method Description Class<? extends EmbeddableInstantiator>Component. getCustomInstantiator()Method parameters in org.hibernate.mapping with type arguments of type EmbeddableInstantiator Modifier and Type Method Description voidComponent. setCustomInstantiator(Class<? extends EmbeddableInstantiator> customInstantiator) -
Uses of EmbeddableInstantiator in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return EmbeddableInstantiator Modifier and Type Method Description EmbeddableInstantiatorEmbeddableRepresentationStrategy. getInstantiator()Create a delegate capable of instantiating instances of the represented type. -
Uses of EmbeddableInstantiator in org.hibernate.type
Methods in org.hibernate.type that return EmbeddableInstantiator Modifier and Type Method Description protected EmbeddableInstantiatorComponentType. instantiator() -
Uses of EmbeddableInstantiator in org.hibernate.usertype
Subinterfaces of EmbeddableInstantiator in org.hibernate.usertype Modifier and Type Interface Description interfaceCompositeUserType<J>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.
-