Uses of Interface
org.hibernate.resource.beans.spi.ManagedBean
Packages that use ManagedBean
Package
Description
This package defines the Hibernate configuration-time mapping model.
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.An SPI abstracting over CDI-like bean containers.
Defines an SPI for integration with CDI-like containers.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.Implements the SPI for basic-typed value conversions.
An SPI for basic-typed value conversions, including support for handling
JPA
AttributeConverter
instances as part of
the Hibernate Type
system.-
Uses of ManagedBean in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal that return ManagedBeanModifier and TypeMethodDescriptionprotected abstract ManagedBean<? extends AttributeConverter<?,
?>> AbstractConverterDescriptor.createManagedBean
(JpaAttributeConverterCreationContext context) protected ManagedBean<? extends AttributeConverter<?,
?>> ClassBasedConverterDescriptor.createManagedBean
(JpaAttributeConverterCreationContext context) protected ManagedBean<? extends AttributeConverter<?,
?>> InstanceBasedConverterDescriptor.createManagedBean
(JpaAttributeConverterCreationContext context) -
Uses of ManagedBean in org.hibernate.boot.model.internal
Classes in org.hibernate.boot.model.internal that implement ManagedBeanModifier and TypeClassDescriptionclass
ManagedBean implementation for delayedParameterizedType
handling (parameter injection) for a UserCollectionTypeMethods in org.hibernate.boot.model.internal that return ManagedBeanModifier and TypeMethodDescriptionstatic <T> ManagedBean<T>
DelayedParameterizedTypeBean.delayedConfigBean
(String role, ManagedBean<T> bean, Properties properties) Create a bean wrapper which delays parameter injection until the bean instance is needed if there are parametersstatic ManagedBean<? extends UserCollectionType>
CollectionBinder.resolveCustomType
(org.hibernate.models.spi.MemberDetails property, CollectionType typeAnnotation, MetadataBuildingContext context) Methods in org.hibernate.boot.model.internal that return types with arguments of type ManagedBeanModifier and TypeMethodDescriptionSupplier<ManagedBean<? extends UserCollectionType>>
CollectionBinder.getCustomTypeBeanResolver()
Methods in org.hibernate.boot.model.internal with parameters of type ManagedBeanModifier and TypeMethodDescriptionstatic <T> ManagedBean<T>
DelayedParameterizedTypeBean.delayedConfigBean
(String role, ManagedBean<T> bean, Properties properties) Create a bean wrapper which delays parameter injection until the bean instance is needed if there are parametersConstructors in org.hibernate.boot.model.internal with parameters of type ManagedBeanModifierConstructorDescriptionDelayedParameterizedTypeBean
(ManagedBean<T> underlyingBean, Properties properties) Constructor parameters in org.hibernate.boot.model.internal with type arguments of type ManagedBeanModifierConstructorDescriptionArrayBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) BagBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext context) protected
CollectionBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, boolean isSortedCollection, MetadataBuildingContext buildingContext) IdBagBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) ListBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) MapBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, boolean sorted, MetadataBuildingContext buildingContext) PrimitiveArrayBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) SetBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, boolean sorted, MetadataBuildingContext buildingContext) -
Uses of ManagedBean in org.hibernate.mapping
Methods in org.hibernate.mapping that return ManagedBeanModifier and TypeMethodDescriptionstatic ManagedBean<UserCollectionType>
MappingHelper.createLocalUserCollectionTypeBean
(String role, Class<? extends UserCollectionType> implementation, boolean hasParameters, Map<String, String> parameters) Constructor parameters in org.hibernate.mapping with type arguments of type ManagedBeanModifierConstructorDescriptionArray
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) Bag
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) Annotation bindingprotected
Collection
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) Annotation bindingIdentifierBag
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) annotation bindingIdentifierCollection
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) IndexedCollection
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) List
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) annotation bindingMap
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) PrimitiveArray
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) Set
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass persistentClass, MetadataBuildingContext buildingContext) Used by annotation binding -
Uses of ManagedBean in org.hibernate.query.results.internal.complete
Constructors in org.hibernate.query.results.internal.complete with parameters of type ManagedBeanModifierConstructorDescriptionCompleteResultBuilderBasicValuedConverted
(String explicitColumnName, ManagedBean<? extends AttributeConverter<O, R>> converterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, BasicJavaType<O> domainJavaType, BasicValuedMapping underlyingMapping) -
Uses of ManagedBean in org.hibernate.resource.beans.container.spi
Classes in org.hibernate.resource.beans.container.spi that implement ManagedBean -
Uses of ManagedBean in org.hibernate.resource.beans.internal
Methods in org.hibernate.resource.beans.internal that return ManagedBeanModifier and TypeMethodDescription<T> ManagedBean<T>
<T> ManagedBean<T>
ManagedBeanRegistryImpl.getBean
(Class<T> beanClass, BeanInstanceProducer fallbackBeanInstanceProducer) <T> ManagedBean<T>
<T> ManagedBean<T>
ManagedBeanRegistryImpl.getBean
(String beanName, Class<T> beanContract, BeanInstanceProducer fallbackBeanInstanceProducer) -
Uses of ManagedBean in org.hibernate.resource.beans.spi
Classes in org.hibernate.resource.beans.spi that implement ManagedBeanModifier and TypeClassDescriptionclass
ManagedBean
implementation for cases where we have been handed an actual instance to use.Methods in org.hibernate.resource.beans.spi that return ManagedBeanModifier and TypeMethodDescription<T> ManagedBean<T>
Get a bean reference by class.<T> ManagedBean<T>
ManagedBeanRegistry.getBean
(Class<T> beanContract, BeanInstanceProducer fallbackBeanInstanceProducer) Get a bean reference by class with an explicit fallback bean instance producer.<T> ManagedBean<T>
Get a bean reference by name and contract.<T> ManagedBean<T>
ManagedBeanRegistry.getBean
(String beanName, Class<T> beanContract, BeanInstanceProducer fallbackBeanInstanceProducer) Get a bean reference by name and contract with an explicit fallback bean instance producer. -
Uses of ManagedBean in org.hibernate.type
Constructors in org.hibernate.type with parameters of type ManagedBeanModifierConstructorDescriptionCustomCollectionType
(ManagedBean<? extends UserCollectionType> userTypeBean, String role, String foreignKeyPropertyName) -
Uses of ManagedBean in org.hibernate.type.descriptor.converter.internal
Methods in org.hibernate.type.descriptor.converter.internal that return ManagedBeanModifier and TypeMethodDescriptionManagedBean<? extends AttributeConverter<O,
R>> JpaAttributeConverterImpl.getConverterBean()
Constructors in org.hibernate.type.descriptor.converter.internal with parameters of type ManagedBeanModifierConstructorDescriptionJpaAttributeConverterImpl
(ManagedBean<? extends AttributeConverter<O, R>> attributeConverterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, Class<O> domainJavaType, Class<R> jdbcJavaType, JpaAttributeConverterCreationContext context) JpaAttributeConverterImpl
(ManagedBean<? extends AttributeConverter<O, R>> attributeConverterBean, JavaType<? extends AttributeConverter<O, R>> converterJtd, JavaType<O> domainJtd, JavaType<R> jdbcJtd) -
Uses of ManagedBean in org.hibernate.type.descriptor.converter.spi
Methods in org.hibernate.type.descriptor.converter.spi that return ManagedBeanModifier and TypeMethodDescriptionManagedBean<? extends AttributeConverter<O,
R>> JpaAttributeConverter.getConverterBean()