Uses of Class
com.blazebit.persistence.view.impl.proxy.ProxyFactory
Packages that use ProxyFactory
Package
Description
-
Uses of ProxyFactory in com.blazebit.persistence.view.impl
Methods in com.blazebit.persistence.view.impl that return ProxyFactory -
Uses of ProxyFactory in com.blazebit.persistence.view.impl.mapper
Methods in com.blazebit.persistence.view.impl.mapper with parameters of type ProxyFactoryModifier and TypeMethodDescriptionViewMapper<S,T> ViewMapper.Key.createViewMapper(EntityViewManager entityViewManager, ProxyFactory proxyFactory, Map<String, ViewMapper.Key<Object, Object>> subMappers) Constructors in com.blazebit.persistence.view.impl.mapper with parameters of type ProxyFactoryModifierConstructorDescriptionViewMapper(ManagedViewType<S> sourceType, ManagedViewType<T> targetType, MappingConstructorImpl<T> targetConstructor, boolean ignoreMissing, Boolean maybeMarkNew, EntityViewManager entityViewManager, ProxyFactory proxyFactory, String prefix, Map<String, ViewMapper.Key<Object, Object>> subMappers) -
Uses of ProxyFactory in com.blazebit.persistence.view.impl.metamodel
Methods in com.blazebit.persistence.view.impl.metamodel that return ProxyFactoryModifier and TypeMethodDescriptionMetamodelBuildingContext.getProxyFactory()MetamodelBuildingContextImpl.getProxyFactory()Constructors in com.blazebit.persistence.view.impl.metamodel with parameters of type ProxyFactoryModifierConstructorDescriptionMetamodelBuildingContextImpl(Properties properties, BasicUserTypeRegistry basicUserTypeRegistry, EntityMetamodel entityMetamodel, JpaProvider jpaProvider, DbmsDialect dbmsDialect, Map<String, JpqlFunction> jpqlFunctions, ExpressionFactory expressionFactory, ProxyFactory proxyFactory, Map<Class<?>, ViewMapping> viewMappings, Set<String> errors) -
Uses of ProxyFactory in com.blazebit.persistence.view.impl.objectbuilder
Methods in com.blazebit.persistence.view.impl.objectbuilder with parameters of type ProxyFactoryModifier and TypeMethodDescriptionViewTypeObjectBuilderTemplate.Key.createValue(EntityViewManagerImpl evm, ProxyFactory proxyFactory, ViewJpqlMacro viewJpqlMacro, EmbeddingViewJpqlMacro embeddingViewJpqlMacro, MacroConfigurationExpressionFactory ef) -
Uses of ProxyFactory in com.blazebit.persistence.view.impl.proxy
Methods in com.blazebit.persistence.view.impl.proxy with parameters of type ProxyFactoryModifier 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) Constructors in com.blazebit.persistence.view.impl.proxy with parameters of type ProxyFactoryModifierConstructorDescriptionAssignmentConstructorReflectionInstantiator(MappingConstructorImpl<T> mappingConstructor, ProxyFactory proxyFactory, ManagedViewTypeImplementor<T> viewType, Class<?>[] parameterTypes, EntityViewManager entityViewManager, ManagedViewTypeImpl.InheritanceSubtypeConfiguration<T> configuration, MappingConstructorImpl.InheritanceSubtypeConstructorConfiguration<T> subtypeConstructorConfiguration) ConvertReflectionInstantiator(ProxyFactory proxyFactory, ManagedViewType<T> viewType, Class<?>[] parameterTypes, int constructorParameterCount, EntityViewManager entityViewManager) 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)