Spring Data Jpa

org.springframework.data.jpa.repository.config
Class SimpleJpaRepositoryConfiguration

java.lang.Object
  extended by org.springframework.data.repository.config.RepositoryConfig<org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration,SimpleJpaRepositoryConfiguration>
      extended by org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration
All Implemented Interfaces:
org.springframework.data.repository.config.CommonRepositoryConfigInformation, org.springframework.data.repository.config.GlobalRepositoryConfigInformation<org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration>

public class SimpleJpaRepositoryConfiguration
extends org.springframework.data.repository.config.RepositoryConfig<org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration,SimpleJpaRepositoryConfiguration>

Author:
Oliver Gierke

Field Summary
 
Fields inherited from class org.springframework.data.repository.config.RepositoryConfig
BASE_PACKAGE, DEFAULT_REPOSITORY_IMPL_POSTFIX, QUERY_LOOKUP_STRATEGY, REPOSITORY_FACTORY_CLASS_NAME, REPOSITORY_IMPL_POSTFIX, TRANSACTION_MANAGER_REF
 
Constructor Summary
SimpleJpaRepositoryConfiguration(Element repositoriesElement)
           
 
Method Summary
 org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration createSingleRepositoryConfigInformationFor(Element element)
           
 org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration getAutoconfigRepositoryInformation(String interfaceName)
           
 String getEntityManagerFactoryRef()
          Returns the name of the entity manager factory bean.
 Class<?> getRepositoryBaseInterface()
           
 
Methods inherited from class org.springframework.data.repository.config.RepositoryConfig
configureManually, getBasePackage, getQueryLookupStrategyKey, getRepositoryFactoryBeanClassName, getRepositoryImplementationSuffix, getSingleRepositoryConfigInformations, getSource, getTransactionManagerRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleJpaRepositoryConfiguration

public SimpleJpaRepositoryConfiguration(Element repositoriesElement)
Parameters:
repositoriesElement -
Method Detail

getRepositoryBaseInterface

public Class<?> getRepositoryBaseInterface()

getAutoconfigRepositoryInformation

public org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration getAutoconfigRepositoryInformation(String interfaceName)

createSingleRepositoryConfigInformationFor

public org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration createSingleRepositoryConfigInformationFor(Element element)
Specified by:
createSingleRepositoryConfigInformationFor in class org.springframework.data.repository.config.RepositoryConfig<org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration,SimpleJpaRepositoryConfiguration>

getEntityManagerFactoryRef

public String getEntityManagerFactoryRef()
Returns the name of the entity manager factory bean.

Returns:

Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.