Java org.springframework.orm.jpa.support OpenEntityManagerInViewFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.orm.jpa.support OpenEntityManagerInViewFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.orm.jpa.support OpenEntityManagerInViewFilter.

The text is from its open source code.

Subclass

org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter has subclasses.
Click this link to see all its subclasses.

Field

StringDEFAULT_ENTITY_MANAGER_FACTORY_BEAN_NAME
Default EntityManagerFactory bean name: "entityManagerFactory".

Constructor

Method

voidsetEntityManagerFactoryBeanName(@Nullable String entityManagerFactoryBeanName)
Set the bean name of the EntityManagerFactory to fetch from Spring's root application context.