Uses of Class
com.blazebit.persistence.view.impl.proxy.AbstractReflectionInstantiator.MutableBasicUserTypeEntry
Packages that use AbstractReflectionInstantiator.MutableBasicUserTypeEntry
Package
Description
-
Uses of AbstractReflectionInstantiator.MutableBasicUserTypeEntry in com.blazebit.persistence.view.impl.metamodel
Methods in com.blazebit.persistence.view.impl.metamodel that return types with arguments of type AbstractReflectionInstantiator.MutableBasicUserTypeEntryModifier and TypeMethodDescriptionManagedViewTypeImpl.InheritanceSubtypeConfiguration.getMutableBasicUserTypes() -
Uses of AbstractReflectionInstantiator.MutableBasicUserTypeEntry in com.blazebit.persistence.view.impl.proxy
Fields in com.blazebit.persistence.view.impl.proxy declared as AbstractReflectionInstantiator.MutableBasicUserTypeEntryModifier and TypeFieldDescriptionprotected final AbstractReflectionInstantiator.MutableBasicUserTypeEntry[]AbstractReflectionInstantiator.mutableBasicUserTypesMethod parameters in com.blazebit.persistence.view.impl.proxy with type arguments of type AbstractReflectionInstantiator.MutableBasicUserTypeEntryModifier and TypeMethodDescriptionstatic <T> ObjectInstantiator<T>AbstractReflectionInstantiator.createInstantiator(MappingConstructorImpl<T> mappingConstructor, ProxyFactory proxyFactory, ManagedViewTypeImplementor<T> managedViewType, Class<?>[] constructorParameterTypes, EntityViewManagerImpl evm, List<AbstractReflectionInstantiator.MutableBasicUserTypeEntry> mutableBasicUserTypes, List<AbstractReflectionInstantiator.TypeConverterEntry> typeConverterEntries) Constructor parameters in com.blazebit.persistence.view.impl.proxy with type arguments of type AbstractReflectionInstantiator.MutableBasicUserTypeEntryModifierConstructorDescriptionAbstractReflectionInstantiator(List<AbstractReflectionInstantiator.MutableBasicUserTypeEntry> mutableBasicUserTypes, List<AbstractReflectionInstantiator.TypeConverterEntry> typeConverterEntries, Class<?>[] parameterTypes) DirectConstructorReflectionInstantiator(MappingConstructorImpl<T> mappingConstructor, ProxyFactory proxyFactory, ManagedViewTypeImplementor<T> viewType, Class<?>[] parameterTypes, EntityViewManager entityViewManager, List<AbstractReflectionInstantiator.MutableBasicUserTypeEntry> mutableBasicUserTypes, List<AbstractReflectionInstantiator.TypeConverterEntry> typeConverterEntries) TupleConstructorReflectionInstantiator(MappingConstructorImpl<T> mappingConstructor, ProxyFactory proxyFactory, ManagedViewTypeImplementor<T> viewType, Class<?>[] parameterTypes, EntityViewManager entityViewManager, List<AbstractReflectionInstantiator.MutableBasicUserTypeEntry> mutableBasicUserTypes, List<AbstractReflectionInstantiator.TypeConverterEntry> typeConverterEntries)