クラス JdbcMappingContext
java.lang.ObjectSE
org.springframework.data.mapping.context.AbstractMappingContext < RelationalPersistentEntity <?>、RelationalPersistentProperty >
org.springframework.data.relational.core.mapping.RelationalMappingContext
org.springframework.data.jdbc.core.mapping.JdbcMappingContext
- 実装されたすべてのインターフェース:
Aware
、BeanFactoryAware
、InitializingBean
、ApplicationContextAware
、ApplicationEventPublisherAware
、EnvironmentAware
、MappingContext<RelationalPersistentEntity<?>,
RelationalPersistentProperty>
JDBC の
MappingContext
実装。- 作成者:
- Jens Schauder, Greg Turnquist, Kazuki Shimizu, Oliver Gierke, Mark Paluch, Paul-Christian Volkmer
コンストラクターのサマリー
コンストラクターコンストラクター説明新しいJdbcMappingContext
を作成します。JdbcMappingContext
(NamingStrategy namingStrategy) 指定されたNamingStrategy
を使用して新しいJdbcMappingContext
を作成します。方法の概要
修飾子と型メソッド説明protected RelationalPersistentProperty
createPersistentProperty
(Property property, RelationalPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) protected boolean
クラス org.springframework.data.relational.core.mapping.RelationalMappingContext から継承されたメソッド
applyDefaults, createPersistentEntity, getAggregatePath, getAggregatePath, getNamingStrategy, getPersistentEntity, isForceQuote, isSingleQueryLoadingEnabled, setApplicationContext, setForceQuote, setSingleQueryLoadingEnabled, setSqlIdentifierSanitizer
クラス org.springframework.data.mapping.context.AbstractMappingContext から継承されたメソッド
addPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setBeanFactory, setEnvironment, setInitialEntitySet, setManagedTypes, setSimpleTypeHolder, setStrict, shouldCreateProperties
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.data.mapping.context.MappingContext から継承されたメソッド
getRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntity
コンストラクターの詳細
JdbcMappingContext
public JdbcMappingContext()新しいJdbcMappingContext
を作成します。JdbcMappingContext
指定されたNamingStrategy
を使用して新しいJdbcMappingContext
を作成します。- パラメーター:
namingStrategy
- null であってはなりません。
メソッドの詳細
createPersistentProperty
protected RelationalPersistentProperty createPersistentProperty(Property property, RelationalPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) - オーバーライド:
- クラス
RelationalMappingContext
のcreatePersistentProperty
shouldCreatePersistentEntityFor