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:
CommonRepositoryConfigInformation, GlobalRepositoryConfigInformation<org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration>

public class SimpleJpaRepositoryConfiguration
extends 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.
 String getNamedQueriesLocation()
           
 
Methods inherited from class org.springframework.data.repository.config.RepositoryConfig
configureManually, getBasePackage, getQueryLookupStrategyKey, getRepositoryBaseInterface, 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

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 RepositoryConfig<org.springframework.data.jpa.repository.config.SimpleJpaRepositoryConfiguration.JpaRepositoryConfiguration,SimpleJpaRepositoryConfiguration>

getNamedQueriesLocation

public String getNamedQueriesLocation()

getEntityManagerFactoryRef

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

Returns:

Spring Data Jpa

Copyright © 2011-2012-2012 SpringSource. All Rights Reserved.