Uses of Interface
org.hibernate.metamodel.spi.EmbeddableInstantiator
-
Packages that use EmbeddableInstantiator Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot.spi org.hibernate.cfg org.hibernate.mapping org.hibernate.metamodel.spi org.hibernate.usertype -
-
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.cfg
Method parameters in org.hibernate.cfg with type arguments of type EmbeddableInstantiator Modifier and Type Method Description static ComponentAnnotationBinder. createComponent(PropertyHolder propertyHolder, PropertyData inferredData, boolean isComponentEmbedded, boolean isIdentifierMapper, Class<? extends EmbeddableInstantiator> customInstantiatorImpl, MetadataBuildingContext context)static ComponentAnnotationBinder. fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, AccessType propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, boolean inSecondPass, Class<? extends EmbeddableInstantiator> customInstantiatorImpl, Class<? extends CompositeUserType<?>> compositeUserTypeClass, MetadataBuildingContext buildingContext, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)static ComponentAnnotationBinder. fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, PropertyData baseInferredData, AccessType propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, boolean inSecondPass, Class<? extends EmbeddableInstantiator> customInstantiatorImpl, Class<? extends CompositeUserType<?>> compositeUserTypeClass, MetadataBuildingContext buildingContext, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass) -
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.usertype
Subinterfaces of EmbeddableInstantiator in org.hibernate.usertype Modifier and Type Interface Description interfaceCompositeUserType<J>A UserType that may be dereferenced in a query.
-