public class MyjpaRepositoryFactoryBean
extends org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean
| 构造器和说明 |
|---|
MyjpaRepositoryFactoryBean(Class repositoryInterface)
Creates a new
JpaRepositoryFactoryBean for the given repository interface. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory(javax.persistence.EntityManager entityManager) |
afterPropertiesSet, doCreateRepositoryFactory, setEntityManager, setEntityPathResolver, setEscapeCharacter, setMappingContext, setQueryMethodFactorycreateRepositoryFactory, setBeanFactory, setEnableDefaultTransactions, setTransactionManagergetEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragmentspublic MyjpaRepositoryFactoryBean(Class repositoryInterface)
JpaRepositoryFactoryBean for the given repository interface.repositoryInterface - must not be null.Copyright © 2020. All rights reserved.