クラス PropertyMetaFactory
- java.lang.Object
-
- com.github.mygreen.sqlmapper.core.meta.PropertyMetaFactory
-
public class PropertyMetaFactory extends Object
プロパティのメタ情報を作成します。- 作成者:
- T.TSUCHIE
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 PropertyMetaFactory()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 PropertyMetacreate(Field field, EntityMeta entityMeta)プロパティのメタ情報を作成します。DataSourcegetDataSource()DialectgetDialect()org.springframework.jdbc.core.JdbcTemplategetJdbcTemplate()com.github.mygreen.messageformatter.MessageFormattergetMessageFormatter()NamingRulegetNamingRule()TableIdGeneratorPropertiesgetTableIdGeneratorProperties()ValueTypeRegistrygetValueTypeRegistry()voidsetDataSource(DataSource dataSource)voidsetDialect(Dialect dialect)voidsetJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)voidsetMessageFormatter(com.github.mygreen.messageformatter.MessageFormatter messageFormatter)voidsetNamingRule(NamingRule namingRule)voidsetTableIdGeneratorProperties(TableIdGeneratorProperties tableIdGeneratorProperties)voidsetValueTypeRegistry(ValueTypeRegistry valueTypeRegistry)
-
-
-
メソッドの詳細
-
create
public PropertyMeta create(Field field, EntityMeta entityMeta)
プロパティのメタ情報を作成します。- パラメータ:
field- フィールドentityMeta- エンティティのメタ情報- 戻り値:
- プロパティのメタ情報
-
getNamingRule
public NamingRule getNamingRule()
-
setNamingRule
public void setNamingRule(NamingRule namingRule)
-
getMessageFormatter
public com.github.mygreen.messageformatter.MessageFormatter getMessageFormatter()
-
setMessageFormatter
public void setMessageFormatter(com.github.mygreen.messageformatter.MessageFormatter messageFormatter)
-
getValueTypeRegistry
public ValueTypeRegistry getValueTypeRegistry()
-
setValueTypeRegistry
public void setValueTypeRegistry(ValueTypeRegistry valueTypeRegistry)
-
getDialect
public Dialect getDialect()
-
setDialect
public void setDialect(Dialect dialect)
-
getDataSource
public DataSource getDataSource()
-
setDataSource
public void setDataSource(DataSource dataSource)
-
getJdbcTemplate
public org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
-
setJdbcTemplate
public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
getTableIdGeneratorProperties
public TableIdGeneratorProperties getTableIdGeneratorProperties()
-
setTableIdGeneratorProperties
public void setTableIdGeneratorProperties(TableIdGeneratorProperties tableIdGeneratorProperties)
-
-