Uses of Annotation Interface
org.hibernate.internal.build.AllowReflection
Packages that use AllowReflection
Package
Description
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
Internal utility classes
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.
Integrates a range of types defined by the JDK with the type system
of Hibernate.
SPIs related to
JavaType
.Defines handling of almost the full range of standard JDBC-defined SQL data types.
An implementation of
FormatMapper
using JAXB.-
Uses of AllowReflection in org.hibernate.collection.spi
Classes in org.hibernate.collection.spi with annotations of type AllowReflectionModifier and TypeClassDescriptionclass
A dummy collection wrapper for an array. -
Uses of AllowReflection in org.hibernate.dialect.function.array
Methods in org.hibernate.dialect.function.array with annotations of type AllowReflectionModifier and TypeMethodDescriptionstatic BasicType<?>
DdlTypeHelper.resolveArrayType
(DomainType<?> elementType, TypeConfiguration typeConfiguration) static <T> BasicType<?>
JsonArrayViaElementArgumentReturnTypeResolver.resolveJsonArrayType
(DomainType<T> elementType, TypeConfiguration typeConfiguration) -
Uses of AllowReflection in org.hibernate.internal.util
Methods in org.hibernate.internal.util with annotations of type AllowReflection -
Uses of AllowReflection in org.hibernate.internal.util.collections
Methods in org.hibernate.internal.util.collections with annotations of type AllowReflectionModifier and TypeMethodDescriptionstatic <T> T[]
ArrayHelper.filledArray
(T value, Class<T> valueJavaType, int size) static <T> T[]
ArrayHelper.join
(T[] x, T... y) static <T> T[]
ArrayHelper.newInstance
(Class<T> elementType, int length) Deprecated. -
Uses of AllowReflection in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with annotations of type AllowReflectionModifier and TypeMethodDescriptionstatic <X> X[]
LoaderHelper.createTypedArray
(Class<X> elementClass, int length) Creates a typed array, as opposed to a genericObject[]
that holds the typed valuesprotected Object[]
EntityBatchLoaderArrayParam.resolveIdsToInitialize
(Object pkValue, SharedSessionContractImplementor session) Constructors in org.hibernate.loader.ast.internal with annotations of type AllowReflectionModifierConstructorDescriptionMultiIdEntityLoaderArrayParam
(EntityMappingType entityDescriptor, SessionFactoryImplementor sessionFactory) -
Uses of AllowReflection in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with annotations of type AllowReflectionModifier and TypeMethodDescriptionStandardRowReader.readRow
(RowProcessingState rowProcessingState) -
Uses of AllowReflection in org.hibernate.type
Classes in org.hibernate.type with annotations of type AllowReflection -
Uses of AllowReflection in org.hibernate.type.descriptor.converter.internal
Classes in org.hibernate.type.descriptor.converter.internal with annotations of type AllowReflectionModifier and TypeClassDescriptionclass
ArrayConverter<T,
S, E, F> Given aBasicValueConverter
for array elements, handles conversion to and from an array of the converted element type.Methods in org.hibernate.type.descriptor.converter.internal with annotations of type AllowReflection -
Uses of AllowReflection in org.hibernate.type.descriptor.java
Classes in org.hibernate.type.descriptor.java with annotations of type AllowReflectionModifier and TypeClassDescriptionclass
class
Descriptor forT[]
handling.class
Descriptor forboolean[]
handling.class
Descriptor fordouble[]
handling.class
Descriptor forfloat[]
handling.class
Descriptor forint[]
handling.class
Descriptor forlong[]
handling.class
Descriptor forshort[]
handling.Methods in org.hibernate.type.descriptor.java with annotations of type AllowReflection -
Uses of AllowReflection in org.hibernate.type.descriptor.java.spi
Classes in org.hibernate.type.descriptor.java.spi with annotations of type AllowReflectionModifier and TypeClassDescriptionclass
BasicCollectionJavaType<C extends Collection<E>,
E> Descriptor for handling persistent collections. -
Uses of AllowReflection in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc with annotations of type AllowReflection -
Uses of AllowReflection in org.hibernate.type.format.jaxb
Methods in org.hibernate.type.format.jaxb with annotations of type AllowReflectionModifier and TypeMethodDescription<T> T
JaxbXmlFormatMapper.fromString
(CharSequence charSequence, JavaType<T> javaType, WrapperOptions wrapperOptions)
Array.newInstance(Class, int)
instead.