Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractNode - Class in jp.sf.amateras.mirage.parser
Abstract Node implementation.
AbstractNode() - Constructor for class jp.sf.amateras.mirage.parser.AbstractNode
 
AbstractResultSetValueType - Class in jp.sf.amateras.mirage.type
 
AbstractResultSetValueType(int) - Constructor for class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
AbstractValueType<T> - Class in jp.sf.amateras.mirage.type
 
AbstractValueType(Class<T>) - Constructor for class jp.sf.amateras.mirage.type.AbstractValueType
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.AddWhereIfNode
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.BeginNode
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.BindVariableNode
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.ContainerNode
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.ElseNode
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.EmbeddedValueNode
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.IfNode
 
accept(SqlContext) - Method in interface jp.sf.amateras.mirage.parser.Node
CommandContextをこのNodeに、 適用します。
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.ParenBindVariableNode
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.PrefixSqlNode
 
accept(SqlContext) - Method in class jp.sf.amateras.mirage.parser.SqlNode
 
addArg(String, Object, Class<?>) - Method in interface jp.sf.amateras.mirage.parser.SqlContext
Adds to the context a argument object, with type and name.
addArg(String, Object, Class<?>) - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
addChild(Node) - Method in class jp.sf.amateras.mirage.parser.AbstractNode
 
addChild(Node) - Method in interface jp.sf.amateras.mirage.parser.Node
Adds a child Node.
addNonParam(List<CallExecutor.Param>, PropertyDesc) - Method in class jp.sf.amateras.mirage.CallExecutor
 
addParam(List<CallExecutor.Param>, PropertyDesc, Object, Class<?>, ValueType<?>, CallExecutor.ParameterType) - Method in class jp.sf.amateras.mirage.CallExecutor
 
addParam(List<CallExecutor.Param>, Object, Class<?>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
addParam(List<CallExecutor.Param>, Object, Class<?>, ValueType<?>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
addResult(Object) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
 
addSql(String) - Method in interface jp.sf.amateras.mirage.parser.SqlContext
Adds the SQL the the SqlContext.
addSql(String, Object, Class<?>) - Method in interface jp.sf.amateras.mirage.parser.SqlContext
Adds the SQL with a bind variable and a type the the SqlContext.
addSql(String, Object[], Class<?>[]) - Method in interface jp.sf.amateras.mirage.parser.SqlContext
Adds the SQL with an array of bind variables and their type the the SqlContext.
addSql(String) - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
addSql(String, Object, Class<?>) - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
addSql(String, Object[], Class<?>[]) - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
addValueType(ValueType<?>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
addValueType(ValueType<?>) - Method in class jp.sf.amateras.mirage.SqlExecutor
 
addValueType(ValueType<?>) - Method in interface jp.sf.amateras.mirage.SqlManager
Adds the implementation of the ValueType.
addValueType(ValueType<?>) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
addValueType(ValueType<?>) - Method in class jp.sf.amateras.mirage.tool.EntityGen
 
AddWhereIfNode - Class in jp.sf.amateras.mirage.parser
Node representing the WHERE clause of an SQL.
AddWhereIfNode() - Constructor for class jp.sf.amateras.mirage.parser.AddWhereIfNode
 
AnnotationUtils - Class in jp.sf.amateras.mirage.util
TODO for daisuke
AnnotationUtils() - Constructor for class jp.sf.amateras.mirage.util.AnnotationUtils
 
appendHex(StringBuffer, byte) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列に、数値を16進数に変換した文字列を追加します。
appendHex(StringBuffer, int) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列に、数値を16進数に変換した文字列を追加します。
ArrayMap - Class in jp.sf.amateras.mirage.util
配列の性質を併せ持つ Mapです。
ArrayMap() - Constructor for class jp.sf.amateras.mirage.util.ArrayMap
ArrayMapを作成します。
ArrayMap(int) - Constructor for class jp.sf.amateras.mirage.util.ArrayMap
ArrayMapを作成します。
ArrayMap(Map) - Constructor for class jp.sf.amateras.mirage.util.ArrayMap
ArrayMapを作成します。

B

Base64Util - Class in jp.sf.amateras.mirage.util
Base64を扱うためのユーティリティクラスです。
Base64Util() - Constructor for class jp.sf.amateras.mirage.util.Base64Util
 
BeanDesc - Interface in jp.sf.amateras.mirage.bean
Bean descriptor interface of an entity.
BeanDescException - Exception in jp.sf.amateras.mirage.exception
 
BeanDescException(InvocationTargetException) - Constructor for exception jp.sf.amateras.mirage.exception.BeanDescException
 
BeanDescException(IllegalAccessException) - Constructor for exception jp.sf.amateras.mirage.exception.BeanDescException
 
BeanDescFactory - Class in jp.sf.amateras.mirage.bean
 
BeanDescFactory() - Constructor for class jp.sf.amateras.mirage.bean.BeanDescFactory
 
beanDescFactory - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
BeanDescImpl - Class in jp.sf.amateras.mirage.bean
 
BeanDescImpl(Class<?>, Map<String, PropertyWrapper>) - Constructor for class jp.sf.amateras.mirage.bean.BeanDescImpl
 
begin() - Method in class jp.sf.amateras.mirage.session.DBCPSessionImpl
 
begin() - Method in class jp.sf.amateras.mirage.session.JDBCSessionImpl
Begins the transaction.
begin() - Method in class jp.sf.amateras.mirage.session.JNDISessionImpl
Begins the transaction.
begin() - Method in interface jp.sf.amateras.mirage.session.Session
Begins the transaction.
BeginNode - Class in jp.sf.amateras.mirage.parser
Node corresponding to the BEGIN comment.
BeginNode() - Constructor for class jp.sf.amateras.mirage.parser.BeginNode
 
BigDecimalValueType - Class in jp.sf.amateras.mirage.type
 
BigDecimalValueType() - Constructor for class jp.sf.amateras.mirage.type.BigDecimalValueType
 
bindArray(SqlContext, Object) - Method in class jp.sf.amateras.mirage.parser.ParenBindVariableNode
 
BindVariableNode - Class in jp.sf.amateras.mirage.parser
Node corresponding to bind variables (as comments).
BindVariableNode(String, BeanDescFactory) - Constructor for class jp.sf.amateras.mirage.parser.BindVariableNode
Creates a BindVariableNode from a string expression.
BooleanPrimitiveValueType - Class in jp.sf.amateras.mirage.type
 
BooleanPrimitiveValueType() - Constructor for class jp.sf.amateras.mirage.type.BooleanPrimitiveValueType
 
BooleanValueType - Class in jp.sf.amateras.mirage.type
 
BooleanValueType() - Constructor for class jp.sf.amateras.mirage.type.BooleanValueType
 
BreakIterationException - Exception in jp.sf.amateras.mirage.exception
Thrown in the IterationCallback to discontinue iteration search.
BreakIterationException() - Constructor for exception jp.sf.amateras.mirage.exception.BreakIterationException
 
buildDeleteSql(BeanDescFactory, EntityOperator, Class<?>, NameConverter, List<PropertyDesc>) - Static method in class jp.sf.amateras.mirage.util.MirageUtil
Builds delete SQL and correct parameters from the entity.
buildInsertSql(BeanDescFactory, EntityOperator, Class<?>, NameConverter, List<PropertyDesc>) - Static method in class jp.sf.amateras.mirage.util.MirageUtil
Builds insert SQL and correct parameters from the entity.
buildSelectSQL(BeanDescFactory, EntityOperator, Class<?>, NameConverter) - Static method in class jp.sf.amateras.mirage.util.MirageUtil
Builds select (by primary keys) SQL from the entity class.
buildUpdateSql(BeanDescFactory, EntityOperator, Class<?>, NameConverter, List<PropertyDesc>) - Static method in class jp.sf.amateras.mirage.util.MirageUtil
Builds update SQL and correct parameters from the entity.
ByteArrayValueType - Class in jp.sf.amateras.mirage.type
 
ByteArrayValueType() - Constructor for class jp.sf.amateras.mirage.type.ByteArrayValueType
 

C

cacheMode - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
call(String) - Method in class jp.sf.amateras.mirage.CallExecutor
 
call(String, Object) - Method in class jp.sf.amateras.mirage.CallExecutor
 
call(Class<T>, String) - Method in class jp.sf.amateras.mirage.CallExecutor
 
call(Class<T>, String, Object) - Method in class jp.sf.amateras.mirage.CallExecutor
 
call(String) - Method in interface jp.sf.amateras.mirage.SqlManager
Invokes the stored procedure.
call(String, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
Invokes the stored procedure.
call(Class<T>, String) - Method in interface jp.sf.amateras.mirage.SqlManager
 
call(Class<T>, String, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
 
call(String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
call(String, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
call(Class<T>, String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
call(Class<T>, String, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
call(String, Object) - Method in class jp.sf.amateras.mirage.test.MockCallExecuter
 
call(Class<T>, String, Object) - Method in class jp.sf.amateras.mirage.test.MockCallExecuter
 
CallExecutor - Class in jp.sf.amateras.mirage
 
CallExecutor() - Constructor for class jp.sf.amateras.mirage.CallExecutor
 
callExecutor - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
CallExecutor.Param - Class in jp.sf.amateras.mirage
 
CallExecutor.ParamDesc - Class in jp.sf.amateras.mirage
 
CallExecutor.ParameterType - Enum in jp.sf.amateras.mirage
 
callForList(Class<T>, String) - Method in class jp.sf.amateras.mirage.CallExecutor
 
callForList(Class<T>, String, Object) - Method in class jp.sf.amateras.mirage.CallExecutor
 
callForList(Class<T>, String) - Method in interface jp.sf.amateras.mirage.SqlManager
 
callForList(Class<T>, String, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
 
callForList(Class<T>, String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
callForList(Class<T>, String, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
callForList(Class<T>, String, Object) - Method in class jp.sf.amateras.mirage.test.MockCallExecuter
 
camelize(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
_記法をキャメル記法に変換します。
capitalize(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
JavaBeansの仕様にしたがってキャピタライズを行ないます。大文字が2つ以上続く場合は、大文字にならないので注意してください。
CaseInsensitiveMap - Class in jp.sf.amateras.mirage.util
キーで大文字小文字を気にしない ArrayMapです。
CaseInsensitiveMap() - Constructor for class jp.sf.amateras.mirage.util.CaseInsensitiveMap
CaseInsensitiveMapを作成します。
CaseInsensitiveMap(int) - Constructor for class jp.sf.amateras.mirage.util.CaseInsensitiveMap
CaseInsensitiveMapを作成します。
classForName(String, Map) - Method in class jp.sf.amateras.mirage.util.OgnlUtil.ClassResolverImpl
 
ClasspathSqlResource - Class in jp.sf.amateras.mirage
 
ClasspathSqlResource(String) - Constructor for class jp.sf.amateras.mirage.ClasspathSqlResource
 
ClassResolverImpl(ClassLoader) - Constructor for class jp.sf.amateras.mirage.util.OgnlUtil.ClassResolverImpl
インスタンスを作成します。
clear() - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
clone() - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
close(Connection) - Static method in class jp.sf.amateras.mirage.util.JdbcUtil
Closes the Connection with no exceptions.
close(Statement) - Static method in class jp.sf.amateras.mirage.util.JdbcUtil
Closes the Statement with no exceptions.
close(ResultSet) - Static method in class jp.sf.amateras.mirage.util.JdbcUtil
Closes the ResultSet with no exceptions.
closeQuietly(Closeable) - Static method in class jp.sf.amateras.mirage.util.IOUtil
 
Column - Annotation Type in jp.sf.amateras.mirage.annotation
Specifies the column name which is mapped to the property.
ColumnInfo(String) - Constructor for class jp.sf.amateras.mirage.EntityOperator.ColumnInfo
 
columnToProperty(String) - Method in class jp.sf.amateras.mirage.naming.DefaultNameConverter
 
columnToProperty(String) - Method in interface jp.sf.amateras.mirage.naming.NameConverter
Converts the column name to the property name.
commit() - Method in class jp.sf.amateras.mirage.session.DBCPSessionImpl
 
commit() - Method in class jp.sf.amateras.mirage.session.JDBCSessionImpl
Commits the transaction.
commit() - Method in class jp.sf.amateras.mirage.session.JNDISessionImpl
Commits the transaction.
commit() - Method in interface jp.sf.amateras.mirage.session.Session
Commits the transaction.
ConfigurationException - Exception in jp.sf.amateras.mirage.exception
 
ConfigurationException(String, Throwable) - Constructor for exception jp.sf.amateras.mirage.exception.ConfigurationException
 
ConfigurationException(String) - Constructor for exception jp.sf.amateras.mirage.exception.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception jp.sf.amateras.mirage.exception.ConfigurationException
 
configure() - Method in class jp.sf.amateras.mirage.integration.guice.MirageModule
 
ConnectionProvider - Interface in jp.sf.amateras.mirage.provider
The interface of the connection provider.
connectionProvider - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
ContainerNode - Class in jp.sf.amateras.mirage.parser
Base Node that can contain other nodes.
ContainerNode() - Constructor for class jp.sf.amateras.mirage.parser.ContainerNode
 
contains(String, char) - Static method in class jp.sf.amateras.mirage.util.StringUtil
charを含んでいるかどうか返します。
contains(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列を含んでいるかどうか返します。
containsKey(Object) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
containsKey(String) - Method in class jp.sf.amateras.mirage.util.CaseInsensitiveMap
キーが含まれているかどうかを返します。
containsKey(Object) - Method in class jp.sf.amateras.mirage.util.CaseInsensitiveMap
 
containsValue(Object) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
contextDestroyed(ServletContextEvent) - Method in class jp.sf.amateras.mirage.updater.SchemaUpdateListener
 
contextInitialized(ServletContextEvent) - Method in class jp.sf.amateras.mirage.updater.SchemaUpdateListener
 
createEntity(Class<T>, ResultSet, ResultSetMetaData, int, BeanDesc, Dialect, List<ValueType<?>>, NameConverter) - Method in class jp.sf.amateras.mirage.DefaultEntityOperator
Creates and returns one entity instance from the ResultSet.
createEntity(Class<T>, ResultSet, ResultSetMetaData, int, BeanDesc, Dialect, List<ValueType<?>>, NameConverter) - Method in interface jp.sf.amateras.mirage.EntityOperator
Creates and returns one entity instance from the ResultSet.
createParamDesc(Class<?>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
createTable() - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Creates table which manages schema version and insert an initial record as version 0.
CURSOR - Static variable in class jp.sf.amateras.mirage.type.OracleResultSetValueType
 

D

DataSourceConnectionProvider - Class in jp.sf.amateras.mirage.provider
ConnectionProvider implementation which gets a connection from javax.sql.DataSource.
DataSourceConnectionProvider() - Constructor for class jp.sf.amateras.mirage.provider.DataSourceConnectionProvider
 
DB2Dialect - Class in jp.sf.amateras.mirage.dialect
 
DB2Dialect() - Constructor for class jp.sf.amateras.mirage.dialect.DB2Dialect
 
DBCPSessionImpl - Class in jp.sf.amateras.mirage.session
The implementation of Session which gets the connection from the DBCP connection pool.
DBCPSessionImpl(Properties) - Constructor for class jp.sf.amateras.mirage.session.DBCPSessionImpl
The constructor.
decamelize(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
キャメル記法を_記法に変換します。
decapitalize(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
JavaBeansの仕様にしたがってデキャピタライズを行ないます。大文字が2つ以上続く場合は、小文字にならないので注意してください。
decode(String) - Static method in class jp.sf.amateras.mirage.util.Base64Util
Base64でエンコードされたデータをデコードします。
DefaultConnectionProvider - Class in jp.sf.amateras.mirage.provider
The simple implementation of ConnectionProvider.
DefaultConnectionProvider() - Constructor for class jp.sf.amateras.mirage.provider.DefaultConnectionProvider
 
DefaultEntityOperator - Class in jp.sf.amateras.mirage
 
DefaultEntityOperator() - Constructor for class jp.sf.amateras.mirage.DefaultEntityOperator
 
DefaultNameConverter - Class in jp.sf.amateras.mirage.naming
The default implementation of NameConverter.
DefaultNameConverter() - Constructor for class jp.sf.amateras.mirage.naming.DefaultNameConverter
 
DefaultPropertyExtractor - Class in jp.sf.amateras.mirage.bean
The default implementation of PropertyExtractor.
DefaultPropertyExtractor() - Constructor for class jp.sf.amateras.mirage.bean.DefaultPropertyExtractor
 
DefaultValueType - Class in jp.sf.amateras.mirage.type
Deprecated.
DefaultValueType() - Constructor for class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
deleteBatch(T...) - Method in interface jp.sf.amateras.mirage.SqlManager
Deletes given entities in batch mode.
deleteBatch(List<T>) - Method in interface jp.sf.amateras.mirage.SqlManager
Deletes given entities in batch mode.
deleteBatch(T...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
deleteBatch(List<T>) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
deleteEntity(Object) - Method in interface jp.sf.amateras.mirage.SqlManager
Deletes the given entity.
deleteEntity(Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
DerbyDialect - Class in jp.sf.amateras.mirage.dialect
 
DerbyDialect() - Constructor for class jp.sf.amateras.mirage.dialect.DerbyDialect
 
destroy() - Method in class jp.sf.amateras.mirage.filter.OpenSessionInViewFilter
 
Dialect - Interface in jp.sf.amateras.mirage.dialect
 
dialect - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
DialectAutoSelector - Class in jp.sf.amateras.mirage.session
 
DialectAutoSelector() - Constructor for class jp.sf.amateras.mirage.session.DialectAutoSelector
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jp.sf.amateras.mirage.filter.OpenSessionInViewFilter
 
DoublePrimitiveValueType - Class in jp.sf.amateras.mirage.type
 
DoublePrimitiveValueType() - Constructor for class jp.sf.amateras.mirage.type.DoublePrimitiveValueType
 
DoubleValueType - Class in jp.sf.amateras.mirage.type
 
DoubleValueType() - Constructor for class jp.sf.amateras.mirage.type.DoubleValueType
 

E

ElseNode - Class in jp.sf.amateras.mirage.parser
Node representing an ELSE comment.
ElseNode() - Constructor for class jp.sf.amateras.mirage.parser.ElseNode
 
EmbeddedValueNode - Class in jp.sf.amateras.mirage.parser
Node for embedding values.
EmbeddedValueNode(String, BeanDescFactory) - Constructor for class jp.sf.amateras.mirage.parser.EmbeddedValueNode
Creates a EmbeddedValueNode from a string expression.
EMPTY_STRINGS - Static variable in class jp.sf.amateras.mirage.util.StringUtil
空の文字列の配列です。
encode(byte[]) - Static method in class jp.sf.amateras.mirage.util.Base64Util
Base64でエンコードします。
endsWithIgnoreCase(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
ケースインセンシティブで特定の文字で終わっているのかどうかを返します。
EntityCreationFailedException - Exception in jp.sf.amateras.mirage
EntityCreationFailedException is thrown to indicate that an EntityOperator failed to create a result entity.
EntityCreationFailedException() - Constructor for exception jp.sf.amateras.mirage.EntityCreationFailedException
 
EntityCreationFailedException(String, Throwable) - Constructor for exception jp.sf.amateras.mirage.EntityCreationFailedException
 
EntityCreationFailedException(String) - Constructor for exception jp.sf.amateras.mirage.EntityCreationFailedException
 
EntityCreationFailedException(Throwable) - Constructor for exception jp.sf.amateras.mirage.EntityCreationFailedException
 
EntityGen - Class in jp.sf.amateras.mirage.tool
Entity Generation Tool.
EntityGen() - Constructor for class jp.sf.amateras.mirage.tool.EntityGen
 
EntityGenTask - Class in jp.sf.amateras.mirage.tool
Ant task to generate entity source files from database schema.
EntityGenTask() - Constructor for class jp.sf.amateras.mirage.tool.EntityGenTask
 
EntityOperator - Interface in jp.sf.amateras.mirage
An interface for operation for the entity.
entityOperator - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
EntityOperator.ColumnInfo - Class in jp.sf.amateras.mirage
DTO for metadata of the column which is specified by Column annotation.
EntityOperator.PrimaryKeyInfo - Class in jp.sf.amateras.mirage
DTO for metadata of the primary key which is specified by PrimaryKey annotation.
entityToTable(String) - Method in class jp.sf.amateras.mirage.naming.DefaultNameConverter
 
entityToTable(String) - Method in interface jp.sf.amateras.mirage.naming.NameConverter
Converts the entity name to the table name.
entityToTable(String) - Method in class jp.sf.amateras.mirage.naming.RailsLikeNameConverter
 
entrySet() - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
Enumerated - Annotation Type in jp.sf.amateras.mirage.annotation
Specifies that a persistent property or field should be persisted as a enumerated type.
Enumerated.EnumType - Enum in jp.sf.amateras.mirage.annotation
Defines mapping for the enumerated types.
EnumOneBasedOrdinalValueType - Class in jp.sf.amateras.mirage.type.enumerate
Enum型をordinal+1の int型としてDBに保存するための ValueType実装クラス。
EnumOneBasedOrdinalValueType() - Constructor for class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
EnumOrdinalValueType - Class in jp.sf.amateras.mirage.type.enumerate
Enum型をordinalの int型としてDBに保存するための ValueType実装クラス。
EnumOrdinalValueType() - Constructor for class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
EnumStringValueType - Class in jp.sf.amateras.mirage.type.enumerate
Enum型を String型としてDBに保存するための ValueType実装クラス。
EnumStringValueType() - Constructor for class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
equals(Object) - Method in class jp.sf.amateras.mirage.ClasspathSqlResource
 
equals(Object) - Method in class jp.sf.amateras.mirage.StringSqlResource
 
equals(Object) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
equals(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列同士が等しいかどうか返します。どちらもnullの場合は、trueを返します。
equalsIgnoreCase(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
ケースインセンシティブで文字列同士が等しいかどうか返します。どちらもnullの場合は、trueを返します。
ExceptionUtil - Class in jp.sf.amateras.mirage.util
 
ExceptionUtil() - Constructor for class jp.sf.amateras.mirage.util.ExceptionUtil
 
execute(CallableStatement, String, List<CallExecutor.Param>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
execute() - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
 
executeBatchUpdateSql(String, List<PropertyDesc[]>, Object[]) - Method in class jp.sf.amateras.mirage.SqlExecutor
Executes the update SQL.
executeBatchUpdateSql(String, List<PropertyDesc[]>, Object[]) - Method in class jp.sf.amateras.mirage.test.MockSqlExecuter
 
ExecutedSQLInfo - Class in jp.sf.amateras.mirage.test
 
ExecutedSQLInfo(String, PropertyDesc[], Object) - Constructor for class jp.sf.amateras.mirage.test.ExecutedSQLInfo
Constructor.
ExecutedSQLInfo(String, Object[]) - Constructor for class jp.sf.amateras.mirage.test.ExecutedSQLInfo
Constructor.
executeUpdate(String) - Method in interface jp.sf.amateras.mirage.SqlManager
executeUpdate(SqlResource) - Method in interface jp.sf.amateras.mirage.SqlManager
 
executeUpdate(String, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
executeUpdate(SqlResource, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
 
executeUpdate(String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
executeUpdate(SqlResource) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
executeUpdate(String, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
executeUpdate(SqlResource, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
executeUpdateBySql(String) - Method in interface jp.sf.amateras.mirage.SqlManager
executeUpdateBySql(String, Object...) - Method in interface jp.sf.amateras.mirage.SqlManager
executeUpdateBySql(String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
executeUpdateBySql(String, Object...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
executeUpdateSql(String, PropertyDesc[], Object) - Method in class jp.sf.amateras.mirage.SqlExecutor
Executes an update SQL.
executeUpdateSql(String, Object[], Object) - Method in class jp.sf.amateras.mirage.SqlExecutor
Executes the update SQL.
executeUpdateSql(String, PropertyDesc[], Object) - Method in class jp.sf.amateras.mirage.test.MockSqlExecuter
 
existsTable() - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Checks the table which manages a schema version exists or not exists.
extractProperties(Class<?>) - Method in class jp.sf.amateras.mirage.bean.DefaultPropertyExtractor
 
extractProperties(Class<?>) - Method in class jp.sf.amateras.mirage.bean.FieldPropertyExtractor
 
extractProperties(Class<?>) - Method in interface jp.sf.amateras.mirage.bean.PropertyExtractor
 

F

field - Variable in class jp.sf.amateras.mirage.bean.PropertyExtractor.PropertyInfo
 
FieldPropertyExtractor - Class in jp.sf.amateras.mirage.bean
An implementation of PropertyExtractor which always retrieves property types and names from the entity field if it has getters and setters.
FieldPropertyExtractor() - Constructor for class jp.sf.amateras.mirage.bean.FieldPropertyExtractor
 
fillIdentityPrimaryKeys(Object, ResultSet) - Method in class jp.sf.amateras.mirage.SqlExecutor
Sets GenerationType.IDENTITY properties value.
findAnnotation(Class<?>, Class<A>) - Static method in class jp.sf.amateras.mirage.util.AnnotationUtils
Find a single Annotation of annotationType from the supplied Class, traversing its interfaces and superclasses if no annotation can be found on the given class itself.
findEntity(Class<T>, Object...) - Method in interface jp.sf.amateras.mirage.SqlManager
Finds the entity by the given primary key.
findEntity(Class<T>, Object...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
FloatPrimitiveValueType - Class in jp.sf.amateras.mirage.type
 
FloatPrimitiveValueType() - Constructor for class jp.sf.amateras.mirage.type.FloatPrimitiveValueType
 
FloatValueType - Class in jp.sf.amateras.mirage.type
 
FloatValueType() - Constructor for class jp.sf.amateras.mirage.type.FloatValueType
 

G

generationType - Variable in class jp.sf.amateras.mirage.EntityOperator.PrimaryKeyInfo
 
generator - Variable in class jp.sf.amateras.mirage.EntityOperator.PrimaryKeyInfo
 
GenericUtil - Class in jp.sf.amateras.mirage.util
 
GenericUtil() - Constructor for class jp.sf.amateras.mirage.util.GenericUtil
 
get(Object) - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
get(Object) - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
get(Class<?>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
get(Class<?>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
get(Class<?>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
get(Class<?>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
get(Class<? extends BigDecimal>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.BigDecimalValueType
 
get(Class<? extends BigDecimal>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.BigDecimalValueType
 
get(Class<? extends BigDecimal>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.BigDecimalValueType
 
get(Class<? extends BigDecimal>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.BigDecimalValueType
 
get(Class<? extends Boolean>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.BooleanPrimitiveValueType
 
get(Class<? extends Boolean>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.BooleanPrimitiveValueType
 
get(Class<? extends Boolean>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.BooleanPrimitiveValueType
 
get(Class<? extends Boolean>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.BooleanPrimitiveValueType
 
get(Class<? extends Boolean>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.BooleanValueType
 
get(Class<? extends Boolean>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.BooleanValueType
 
get(Class<? extends Boolean>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.BooleanValueType
 
get(Class<? extends Boolean>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.BooleanValueType
 
get(Class<? extends byte[]>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.ByteArrayValueType
 
get(Class<? extends byte[]>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.ByteArrayValueType
 
get(Class<? extends byte[]>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.ByteArrayValueType
 
get(Class<? extends byte[]>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.ByteArrayValueType
 
get(Class<?>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
get(Class<?>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
get(Class<?>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
get(Class<?>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
get(Class<? extends Double>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.DoublePrimitiveValueType
 
get(Class<? extends Double>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.DoublePrimitiveValueType
 
get(Class<? extends Double>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.DoublePrimitiveValueType
 
get(Class<? extends Double>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.DoublePrimitiveValueType
 
get(Class<? extends Double>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.DoubleValueType
 
get(Class<? extends Double>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.DoubleValueType
 
get(Class<? extends Double>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.DoubleValueType
 
get(Class<? extends Double>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.DoubleValueType
 
get(Class<? extends Object>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
get(Class<? extends Object>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
get(Class<? extends Object>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
get(Class<? extends Object>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
get(Class<? extends Object>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
get(Class<? extends Object>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
get(Class<? extends Object>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
get(Class<? extends Object>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
get(Class<? extends Object>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
get(Class<? extends Object>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
get(Class<? extends Object>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
get(Class<? extends Object>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
get(Class<? extends Float>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.FloatPrimitiveValueType
 
get(Class<? extends Float>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.FloatPrimitiveValueType
 
get(Class<? extends Float>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.FloatPrimitiveValueType
 
get(Class<? extends Float>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.FloatPrimitiveValueType
 
get(Class<? extends Float>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.FloatValueType
 
get(Class<? extends Float>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.FloatValueType
 
get(Class<? extends Float>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.FloatValueType
 
get(Class<? extends Float>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.FloatValueType
 
get(Class<? extends Integer>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.IntegerPrimitiveValueType
 
get(Class<? extends Integer>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.IntegerPrimitiveValueType
 
get(Class<? extends Integer>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.IntegerPrimitiveValueType
 
get(Class<? extends Integer>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.IntegerPrimitiveValueType
 
get(Class<? extends Integer>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.IntegerValueType
 
get(Class<? extends Integer>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.IntegerValueType
 
get(Class<? extends Integer>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.IntegerValueType
 
get(Class<? extends Integer>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.IntegerValueType
 
get(Class<? extends Long>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.LongPrimitiveValueType
 
get(Class<? extends Long>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.LongPrimitiveValueType
 
get(Class<? extends Long>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.LongPrimitiveValueType
 
get(Class<? extends Long>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.LongPrimitiveValueType
 
get(Class<? extends Long>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.LongValueType
 
get(Class<? extends Long>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.LongValueType
 
get(Class<? extends Long>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.LongValueType
 
get(Class<? extends Long>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.LongValueType
 
get(Class<? extends Short>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.ShortPrimitiveValueType
 
get(Class<? extends Short>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.ShortPrimitiveValueType
 
get(Class<? extends Short>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.ShortPrimitiveValueType
 
get(Class<? extends Short>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.ShortPrimitiveValueType
 
get(Class<? extends Short>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.ShortValueType
 
get(Class<? extends Short>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.ShortValueType
 
get(Class<? extends Short>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.ShortValueType
 
get(Class<? extends Short>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.ShortValueType
 
get(Class<? extends Date>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.SqlDateValueType
 
get(Class<? extends Date>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.SqlDateValueType
 
get(Class<? extends Date>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.SqlDateValueType
 
get(Class<? extends Date>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.SqlDateValueType
 
get(Class<? extends String>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.StringValueType
 
get(Class<? extends String>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.StringValueType
 
get(Class<? extends String>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.StringValueType
 
get(Class<? extends String>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.StringValueType
 
get(Class<? extends Timestamp>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.TimestampValueType
 
get(Class<? extends Timestamp>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.TimestampValueType
 
get(Class<? extends Timestamp>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.TimestampValueType
 
get(Class<? extends Timestamp>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.TimestampValueType
 
get(Class<? extends Time>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.TimeValueType
 
get(Class<? extends Time>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.TimeValueType
 
get(Class<? extends Time>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.TimeValueType
 
get(Class<? extends Time>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.TimeValueType
 
get(Class<? extends Date>, ResultSet, int) - Method in class jp.sf.amateras.mirage.type.UtilDateValueType
 
get(Class<? extends Date>, ResultSet, String) - Method in class jp.sf.amateras.mirage.type.UtilDateValueType
 
get(Class<? extends Date>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.UtilDateValueType
 
get(Class<? extends Date>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.UtilDateValueType
 
get(Class<? extends T>, ResultSet, int) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
get(Class<? extends T>, ResultSet, String) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
get(Class<? extends T>, CallableStatement, int) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
get(Class<? extends T>, CallableStatement, String) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
get(Object) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
get(int) - Method in class jp.sf.amateras.mirage.util.ArrayMap
indexに対応する値を返します。
get(Object) - Method in class jp.sf.amateras.mirage.util.CaseInsensitiveMap
 
getAfter() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
 
getAfter() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
getAnnotation(Class<T>) - Method in interface jp.sf.amateras.mirage.bean.BeanDesc
Returns Annotation which declared at this entity.
getAnnotation(Class<T>) - Method in class jp.sf.amateras.mirage.bean.BeanDescImpl
 
getAnnotation(Class<T>) - Method in class jp.sf.amateras.mirage.bean.MapBeanDescImpl
 
getAnnotation(Class<T>) - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
getAnnotation(Class<T>) - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Returns Annotation which declared at this property.
getAnnotation(Class<T>) - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
getAnnotation(Class<T>) - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
getAnnotation(Class<T>) - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
getArg(String) - Method in interface jp.sf.amateras.mirage.parser.SqlContext
Returns an Argument from the context corresponding to this name.
getArg(String) - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
getArgType(String) - Method in interface jp.sf.amateras.mirage.parser.SqlContext
Returns the type (class) of the argument for the given name, or null if the name was not found in the context.
getArgType(String) - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
getBeanDesc(Object) - Method in class jp.sf.amateras.mirage.bean.BeanDescFactory
 
getBeanDesc(Class<?>) - Method in class jp.sf.amateras.mirage.bean.BeanDescFactory
 
getBeanDescFactory() - Method in class jp.sf.amateras.mirage.SqlExecutor
 
getBefore() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
 
getBefore() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
getBindVariables() - Method in interface jp.sf.amateras.mirage.parser.SqlContext
 
getBindVariables() - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
getBindVariableTypes() - Method in interface jp.sf.amateras.mirage.parser.SqlContext
 
getBindVariableTypes() - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
getCause() - Method in exception jp.sf.amateras.mirage.exception.IORuntimeException
 
getCause() - Method in exception jp.sf.amateras.mirage.exception.SQLRuntimeException
 
getChild(int) - Method in class jp.sf.amateras.mirage.parser.AbstractNode
 
getChild(int) - Method in interface jp.sf.amateras.mirage.parser.Node
Returns the child Node at the specified index.
getChildSize() - Method in class jp.sf.amateras.mirage.parser.AbstractNode
 
getChildSize() - Method in interface jp.sf.amateras.mirage.parser.Node
 
getColumnInfo(Class<?>, PropertyDesc, NameConverter) - Method in class jp.sf.amateras.mirage.DefaultEntityOperator
 
getColumnInfo(Class<?>, PropertyDesc, NameConverter) - Method in interface jp.sf.amateras.mirage.EntityOperator
Retrieves the metadata of the column from the given PropertyDesc.
getColumnName(EntityOperator, Class<?>, PropertyDesc, NameConverter) - Static method in class jp.sf.amateras.mirage.util.MirageUtil
Returns the column name from the property.
getConnection() - Method in class jp.sf.amateras.mirage.integration.seasar.SeasarConnectionProvider
 
getConnection() - Method in class jp.sf.amateras.mirage.integration.spring.SpringConnectionProvider
 
getConnection() - Method in interface jp.sf.amateras.mirage.provider.ConnectionProvider
Returns the connection to the database.
getConnection() - Method in class jp.sf.amateras.mirage.provider.DataSourceConnectionProvider
 
getConnection() - Method in class jp.sf.amateras.mirage.provider.DefaultConnectionProvider
 
getConnection() - Method in class jp.sf.amateras.mirage.provider.XADataSourceConnectionProvider
 
getConnectionProvider() - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getCount(String) - Method in interface jp.sf.amateras.mirage.SqlManager
Deprecated.
getCount(SqlResource) - Method in interface jp.sf.amateras.mirage.SqlManager
 
getCount(String, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
Deprecated.
getCount(SqlResource, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
 
getCount(String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getCount(SqlResource) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getCount(String, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getCount(SqlResource, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getCountBySql(String) - Method in interface jp.sf.amateras.mirage.SqlManager
getCountBySql(String, Object...) - Method in interface jp.sf.amateras.mirage.SqlManager
getCountBySql(String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getCountBySql(String, Object...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getCountSql(String) - Method in interface jp.sf.amateras.mirage.dialect.Dialect
Wraps a select with another to count the rows.
getCountSql(String) - Method in class jp.sf.amateras.mirage.dialect.MySQLDialect
 
getCountSql(String) - Method in class jp.sf.amateras.mirage.dialect.StandardDialect
 
getCurrentVersion() - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Returns the current version number.
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.AbstractValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.BooleanPrimitiveValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.DoublePrimitiveValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.FloatPrimitiveValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.IntegerPrimitiveValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.LongPrimitiveValueType
 
getDefaultValue() - Method in class jp.sf.amateras.mirage.type.ShortPrimitiveValueType
 
getDefaultValue() - Method in interface jp.sf.amateras.mirage.type.ValueType
 
getDialect(String) - Static method in class jp.sf.amateras.mirage.session.DialectAutoSelector
Selects the Database Dialect based on the JDBC connection URL.
getDialect() - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getElementTypeOfList(Type) - Static method in class jp.sf.amateras.mirage.util.GenericUtil
 
getElementTypeOfList(Type) - Static method in class jp.sf.amateras.mirage.util.ReflectionUtil
 
getElementTypeOfListFromFieldType(Field) - Static method in class jp.sf.amateras.mirage.util.ReflectionUtil
 
getElseNode() - Method in class jp.sf.amateras.mirage.parser.IfNode
Returns the ElseNode.
getEntitySource(Connection, String, String, String) - Method in class jp.sf.amateras.mirage.tool.EntityGen
Returns the source code of the entity class which corresponds to the specified table.
getEntry(int) - Method in class jp.sf.amateras.mirage.util.ArrayMap
indexに対応する Map.Entryを返します。
getExecutedSQLInfo(int) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
 
getExpression() - Method in class jp.sf.amateras.mirage.parser.BindVariableNode
 
getExpression() - Method in class jp.sf.amateras.mirage.parser.EmbeddedValueNode
 
getExpression() - Method in class jp.sf.amateras.mirage.parser.IfNode
 
getExpression() - Method in class jp.sf.amateras.mirage.parser.ParenBindVariableNode
 
getField() - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
getField() - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Returns the field object of this property.
getField() - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
getField() - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
getField() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
getField(Class<?>, String) - Static method in class jp.sf.amateras.mirage.util.ReflectionUtil
 
getGenericParameter(Type) - Static method in class jp.sf.amateras.mirage.util.GenericUtil
 
getGenericParameter(Type, int) - Static method in class jp.sf.amateras.mirage.util.GenericUtil
 
getGetterMethod() - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
getGetterMethod() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
getInputStream() - Method in class jp.sf.amateras.mirage.ClasspathSqlResource
 
getInputStream() - Method in interface jp.sf.amateras.mirage.SqlResource
 
getInputStream() - Method in class jp.sf.amateras.mirage.StringSqlResource
 
getJavaType(int) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
getJavaType(int) - Method in class jp.sf.amateras.mirage.type.AbstractValueType
 
getJavaType(int) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
getJavaType(int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
getJavaType(int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
getJavaType(int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
getJavaType(int) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
getKey(int) - Method in class jp.sf.amateras.mirage.util.ArrayMap
indexに対応するキーを返します。
getName() - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
getName() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
getName() - Method in class jp.sf.amateras.mirage.dialect.DB2Dialect
 
getName() - Method in class jp.sf.amateras.mirage.dialect.DerbyDialect
 
getName() - Method in interface jp.sf.amateras.mirage.dialect.Dialect
Returns the dialect name.
getName() - Method in class jp.sf.amateras.mirage.dialect.H2Dialect
 
getName() - Method in class jp.sf.amateras.mirage.dialect.HyperSQLDialect
 
getName() - Method in class jp.sf.amateras.mirage.dialect.MySQLDialect
 
getName() - Method in class jp.sf.amateras.mirage.dialect.OracleDialect
 
getName() - Method in class jp.sf.amateras.mirage.dialect.PostgreSQLDialect
 
getName() - Method in class jp.sf.amateras.mirage.dialect.SQLiteDialect
 
getName() - Method in class jp.sf.amateras.mirage.dialect.SQLServerDialect
 
getName() - Method in class jp.sf.amateras.mirage.dialect.StandardDialect
 
getNameConverter() - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getNextStartPos(int, int, int) - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
Returns the next starting position.
getNextTokenType() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
 
getNextTokenType() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
getParamDescs(Class<?>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
getParams() - Method in class jp.sf.amateras.mirage.test.ExecutedSQLInfo
Returns the array of bound parameters.
getPosition() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
 
getPosition() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
getPrefix() - Method in class jp.sf.amateras.mirage.parser.PrefixSqlNode
 
getPrimaryKeyInfo(Class<?>, PropertyDesc, NameConverter) - Method in class jp.sf.amateras.mirage.DefaultEntityOperator
 
getPrimaryKeyInfo(Class<?>, PropertyDesc, NameConverter) - Method in interface jp.sf.amateras.mirage.EntityOperator
Retrieves the metadata of the primary key from the given PropertyDesc.
getProperty(Map, Object, Object) - Method in class jp.sf.amateras.mirage.parser.SqlContextPropertyAccessor
 
getPropertyDesc(String) - Method in interface jp.sf.amateras.mirage.bean.BeanDesc
Returns PropertyDesc of this bean.
getPropertyDesc(int) - Method in interface jp.sf.amateras.mirage.bean.BeanDesc
Returns PropertyDesc of this bean.
getPropertyDesc(String) - Method in class jp.sf.amateras.mirage.bean.BeanDescImpl
 
getPropertyDesc(int) - Method in class jp.sf.amateras.mirage.bean.BeanDescImpl
 
getPropertyDesc(String) - Method in class jp.sf.amateras.mirage.bean.MapBeanDescImpl
 
getPropertyDesc(int) - Method in class jp.sf.amateras.mirage.bean.MapBeanDescImpl
 
getPropertyDescSize() - Method in interface jp.sf.amateras.mirage.bean.BeanDesc
Returns the size of PropertyDesc which this entity has.
getPropertyDescSize() - Method in class jp.sf.amateras.mirage.bean.BeanDescImpl
 
getPropertyDescSize() - Method in class jp.sf.amateras.mirage.bean.MapBeanDescImpl
 
getPropertyName(String) - Static method in class jp.sf.amateras.mirage.bean.DefaultPropertyExtractor
 
getPropertyName() - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
getPropertyName() - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Returns the name of property.
getPropertyName() - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
getPropertyType() - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
getPropertyType() - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Returns the type of property.
getPropertyType() - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
getRawClass(Type) - Static method in class jp.sf.amateras.mirage.util.GenericUtil
 
getResultList(Class<T>, String, Object[]) - Method in class jp.sf.amateras.mirage.SqlExecutor
Returns a list of entities from the DB after executing the SQL.
getResultList(Class<T>, String) - Method in interface jp.sf.amateras.mirage.SqlManager
getResultList(Class<T>, SqlResource) - Method in interface jp.sf.amateras.mirage.SqlManager
 
getResultList(Class<T>, String, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
getResultList(Class<T>, SqlResource, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
 
getResultList(Class<T>, String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getResultList(Class<T>, SqlResource) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getResultList(Class<T>, String, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getResultList(Class<T>, SqlResource, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getResultList(Class<T>, String, Object[]) - Method in class jp.sf.amateras.mirage.test.MockSqlExecuter
 
getResultListBySql(Class<T>, String) - Method in interface jp.sf.amateras.mirage.SqlManager
getResultListBySql(Class<T>, String, Object...) - Method in interface jp.sf.amateras.mirage.SqlManager
getResultListBySql(Class<T>, String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getResultListBySql(Class<T>, String, Object...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getResultSet(CallableStatement) - Method in class jp.sf.amateras.mirage.CallExecutor
 
getSequenceSql(String) - Method in interface jp.sf.amateras.mirage.dialect.Dialect
Returns an SQL select to execute the sequence.
getSequenceSql(String) - Method in class jp.sf.amateras.mirage.dialect.H2Dialect
 
getSequenceSql(String) - Method in class jp.sf.amateras.mirage.dialect.HyperSQLDialect
 
getSequenceSql(String) - Method in class jp.sf.amateras.mirage.dialect.OracleDialect
 
getSequenceSql(String) - Method in class jp.sf.amateras.mirage.dialect.PostgreSQLDialect
 
getSequenceSql(String) - Method in class jp.sf.amateras.mirage.dialect.StandardDialect
 
getSession() - Method in class jp.sf.amateras.mirage.integration.guice.MirageModule
 
getSession() - Static method in class jp.sf.amateras.mirage.session.SessionFactory
 
getSession(Properties) - Static method in class jp.sf.amateras.mirage.session.SessionFactory
 
getSetterMethod() - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
getSetterMethod() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
getSingleResult(Class<T>, String, Object[]) - Method in class jp.sf.amateras.mirage.SqlExecutor
Returns a single entity from the first row of an SQL.
getSingleResult(Class<T>, String) - Method in interface jp.sf.amateras.mirage.SqlManager
getSingleResult(Class<T>, SqlResource) - Method in interface jp.sf.amateras.mirage.SqlManager
 
getSingleResult(Class<T>, String, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
getSingleResult(Class<T>, SqlResource, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
 
getSingleResult(Class<T>, String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getSingleResult(Class<T>, SqlResource) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getSingleResult(Class<T>, String, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getSingleResult(Class<T>, SqlResource, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getSingleResult(Class<T>, String, Object[]) - Method in class jp.sf.amateras.mirage.test.MockSqlExecuter
 
getSingleResultBySql(Class<T>, String) - Method in interface jp.sf.amateras.mirage.SqlManager
getSingleResultBySql(Class<T>, String, Object...) - Method in interface jp.sf.amateras.mirage.SqlManager
getSingleResultBySql(Class<T>, String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getSingleResultBySql(Class<T>, String, Object...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
getSql() - Method in class jp.sf.amateras.mirage.parser.PrefixSqlNode
 
getSql() - Method in interface jp.sf.amateras.mirage.parser.SqlContext
 
getSql() - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
getSql() - Method in class jp.sf.amateras.mirage.parser.SqlNode
 
getSql() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
 
getSql() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
getSql() - Method in class jp.sf.amateras.mirage.test.ExecutedSQLInfo
Returns the executed SQL.
getSql(int) - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Returns the SQL which located within a package specified by the packageName as "dialectname_version.sql" or "version.sql".
getSqlContext(BeanDescFactory, Object) - Static method in class jp.sf.amateras.mirage.util.MirageUtil
Returns the SqlContext instance.
getSqlManager(Session) - Method in class jp.sf.amateras.mirage.integration.guice.MirageModule
 
getSqlManager() - Method in class jp.sf.amateras.mirage.session.DBCPSessionImpl
 
getSqlManager() - Method in class jp.sf.amateras.mirage.session.JDBCSessionImpl
 
getSqlManager() - Method in class jp.sf.amateras.mirage.session.JNDISessionImpl
Returns the instance of SqlManager.
getSqlManager() - Method in interface jp.sf.amateras.mirage.session.Session
Returns the instance of SqlManager.
getTableName(Class<?>, NameConverter) - Static method in class jp.sf.amateras.mirage.util.MirageUtil
Returns the table name from the entity.
getterMethod - Variable in class jp.sf.amateras.mirage.bean.PropertyExtractor.PropertyInfo
 
getToken() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
 
getToken() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
getTokenType() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
 
getTokenType() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
getType() - Method in interface jp.sf.amateras.mirage.bean.BeanDesc
Returns class of entity.
getType() - Method in class jp.sf.amateras.mirage.bean.BeanDescImpl
 
getType() - Method in class jp.sf.amateras.mirage.bean.MapBeanDescImpl
 
getType() - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
getType() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
getValue(Object) - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
getValue(Object) - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Returns the value of this property which the entity has.
getValue(Object) - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
getValue() - Method in interface jp.sf.amateras.mirage.parser.SqlArgWrapper
 
getValue(Object, Object) - Static method in class jp.sf.amateras.mirage.util.OgnlUtil
値を返します。
getValue(Object, Object, String, int) - Static method in class jp.sf.amateras.mirage.util.OgnlUtil
値を返します。
getValue(Object, Map, Object) - Static method in class jp.sf.amateras.mirage.util.OgnlUtil
値を返します。
getValue(Object, Map, Object, String, int) - Static method in class jp.sf.amateras.mirage.util.OgnlUtil
値を返します。
getValueType(Class<?>, PropertyDesc) - Method in class jp.sf.amateras.mirage.CallExecutor
 
getValueType() - Method in interface jp.sf.amateras.mirage.dialect.Dialect
Returns the ValueType for the database product.
getValueType() - Method in class jp.sf.amateras.mirage.dialect.OracleDialect
 
getValueType() - Method in class jp.sf.amateras.mirage.dialect.PostgreSQLDialect
 
getValueType() - Method in class jp.sf.amateras.mirage.dialect.StandardDialect
 
getValueType(Class<?>, PropertyDesc, Dialect, List<ValueType<?>>) - Static method in class jp.sf.amateras.mirage.util.MirageUtil
 

H

H2Dialect - Class in jp.sf.amateras.mirage.dialect
 
H2Dialect() - Constructor for class jp.sf.amateras.mirage.dialect.H2Dialect
 
handleNonParamResultSets(List<CallExecutor.Param>, CallableStatement, Object, boolean) - Method in class jp.sf.amateras.mirage.CallExecutor
 
handleOutParams(List<CallExecutor.Param>, CallableStatement, Object, boolean) - Method in class jp.sf.amateras.mirage.CallExecutor
 
handleResultList(List<CallExecutor.Param>, Class<?>, CallableStatement) - Method in class jp.sf.amateras.mirage.CallExecutor
 
handleResultList(Class<T>, ResultSet) - Method in class jp.sf.amateras.mirage.CallExecutor
 
handleResultSet(PropertyDesc, ResultSet) - Method in class jp.sf.amateras.mirage.CallExecutor
 
handleSingleResult(Class<T>, ResultSet) - Method in class jp.sf.amateras.mirage.CallExecutor
 
handleSingleResult(CallableStatement, List<CallExecutor.Param>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
hasArg(String) - Method in interface jp.sf.amateras.mirage.parser.SqlContext
Returns true if for this name there's an Argument object in the context.
hasArg(String) - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
hashCode() - Method in class jp.sf.amateras.mirage.ClasspathSqlResource
 
hashCode() - Method in class jp.sf.amateras.mirage.StringSqlResource
 
HyperSQLDialect - Class in jp.sf.amateras.mirage.dialect
 
HyperSQLDialect() - Constructor for class jp.sf.amateras.mirage.dialect.HyperSQLDialect
 

I

IfNode - Class in jp.sf.amateras.mirage.parser
Node representing an IF comment.
IfNode(String) - Constructor for class jp.sf.amateras.mirage.parser.IfNode
Creates n IfNode from a string expression.
In - Annotation Type in jp.sf.amateras.mirage.annotation
Indicates that the property is IN parameter of the parameter class which is used for store procedure / function invocation.
indexOf(Object) - Method in class jp.sf.amateras.mirage.util.ArrayMap
値に対するインデックスを返します。
Inflection - Class in jp.sf.amateras.mirage.naming
Handles singularization and pluralization.
init(FilterConfig) - Method in class jp.sf.amateras.mirage.filter.OpenSessionInViewFilter
 
initMirageTestContext() - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Initializes the MirageTestContext.
InOut - Annotation Type in jp.sf.amateras.mirage.annotation
Indicates that the property is IN-OUT parameter of the parameter class which is used for store procedure / function invocation.
insertBatch(T...) - Method in interface jp.sf.amateras.mirage.SqlManager
Inserts given entities in batch mode.
insertBatch(List<T>) - Method in interface jp.sf.amateras.mirage.SqlManager
Inserts given entities in batch mode.
insertBatch(T...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
insertBatch(List<T>) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
insertEntity(Object) - Method in interface jp.sf.amateras.mirage.SqlManager
Inserts the given entity.
insertEntity(Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
IntegerPrimitiveValueType - Class in jp.sf.amateras.mirage.type
 
IntegerPrimitiveValueType() - Constructor for class jp.sf.amateras.mirage.type.IntegerPrimitiveValueType
 
IntegerValueType - Class in jp.sf.amateras.mirage.type
 
IntegerValueType() - Constructor for class jp.sf.amateras.mirage.type.IntegerValueType
 
invoke(MethodInvocation) - Method in class jp.sf.amateras.mirage.integration.guice.TransactionInterceptor
 
IORuntimeException - Exception in jp.sf.amateras.mirage.exception
 
IORuntimeException(String, IOException) - Constructor for exception jp.sf.amateras.mirage.exception.IORuntimeException
 
IORuntimeException(IOException) - Constructor for exception jp.sf.amateras.mirage.exception.IORuntimeException
 
IOUtil - Class in jp.sf.amateras.mirage.util
 
IOUtil() - Constructor for class jp.sf.amateras.mirage.util.IOUtil
 
isBeginComment(String) - Static method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Checks if this comment is a "Mirage SQL" BEGIN keyword.
isBlank(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
ブランクかどうか返します。
isCacheEnabled() - Method in class jp.sf.amateras.mirage.bean.BeanDescFactory
 
isElseMode() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
 
isEmpty() - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
isEmpty(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列がnullまたは空文字列ならtrueを返します。
isEnabled() - Method in interface jp.sf.amateras.mirage.parser.SqlContext
BEGINコメントとENDコメントで、 囲まれた子供のコンテキストが有効かどうかを返します。
isEnabled() - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
isEndComment(String) - Static method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Checks if this comment is a "Mirage SQL" END keyword.
isFinal(int) - Static method in class jp.sf.amateras.mirage.util.ModifierUtil
 
isHintComment(String) - Static method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Checks if the comment is an Oracle optimizer hint.
isIfComment(String) - Static method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Checks if this comment is a "Mirage SQL" IF keyword.
isInstanceField(Field) - Static method in class jp.sf.amateras.mirage.util.ModifierUtil
 
isNotBlank(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
ブランクではないかどうか返します。
isNotEmpty(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列がnullでも空文字列でもなければtrueを返します。
isNumber(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列が数値のみで構成されているかどうかを返します。
isPrimitive(Class<?>) - Static method in class jp.sf.amateras.mirage.type.AbstractValueType
 
isReadable() - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
isReadable() - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Tests whether this property is readable.
isReadable() - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
isReadable() - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
isReadable() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
isRollbackOnly() - Method in class jp.sf.amateras.mirage.session.DBCPSessionImpl
 
isRollbackOnly() - Method in class jp.sf.amateras.mirage.session.JDBCSessionImpl
 
isRollbackOnly() - Method in class jp.sf.amateras.mirage.session.JNDISessionImpl
Returns whether the current transaction has been marked as rollback-only or not marked.
isRollbackOnly() - Method in interface jp.sf.amateras.mirage.session.Session
Returns whether the current transaction has been marked as rollback-only or not marked.
isStatic(int) - Static method in class jp.sf.amateras.mirage.util.ModifierUtil
 
isSupport(Class<?>, PropertyDesc) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
isSupport(Class<?>, PropertyDesc) - Method in class jp.sf.amateras.mirage.type.AbstractValueType
 
isSupport(Class<?>, PropertyDesc) - Method in class jp.sf.amateras.mirage.type.ByteArrayValueType
 
isSupport(Class<?>, PropertyDesc) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
isSupport(Class<?>, PropertyDesc) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
isSupport(Class<?>, PropertyDesc) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
isSupport(Class<?>, PropertyDesc) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
isSupport(Class<?>, PropertyDesc) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
isTargetComment(String) - Static method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Checks if this comment is a "Mirage SQL" comment, i.e.
isTransient() - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
isTransient() - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Returns whether this property is transient (transient field or Transient annotated property).
isTransient() - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
isTransient() - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
isTransient() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
isTrue(boolean, String, Object) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(boolean, String, long) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(boolean, String, double) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(boolean, String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(boolean) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the argument condition is true; otherwise throwing an exception.
isTypeOf(Type, Class<?>) - Static method in class jp.sf.amateras.mirage.util.GenericUtil
 
isUncountable(String) - Static method in class jp.sf.amateras.mirage.naming.Inflection
Return true if the word is uncountable.
isWritable() - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
isWritable() - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Tests whether this property is writable.
isWritable() - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
isWritable() - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
isWritable() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
iterate(T) - Method in interface jp.sf.amateras.mirage.IterationCallback
 
iterate(Class<T>, IterationCallback<T, R>, String, Object[]) - Method in class jp.sf.amateras.mirage.SqlExecutor
Iterate over a ResultSet with entities.
iterate(Class<T>, IterationCallback<T, R>, String) - Method in interface jp.sf.amateras.mirage.SqlManager
iterate(Class<T>, IterationCallback<T, R>, SqlResource) - Method in interface jp.sf.amateras.mirage.SqlManager
 
iterate(Class<T>, IterationCallback<T, R>, String, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
iterate(Class<T>, IterationCallback<T, R>, SqlResource, Object) - Method in interface jp.sf.amateras.mirage.SqlManager
 
iterate(Class<T>, IterationCallback<T, R>, String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
iterate(Class<T>, IterationCallback<T, R>, SqlResource) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
iterate(Class<T>, IterationCallback<T, R>, String, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
iterate(Class<T>, IterationCallback<T, R>, SqlResource, Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
iterate(Class<T>, IterationCallback<T, R>, String, Object[]) - Method in class jp.sf.amateras.mirage.test.MockSqlExecuter
 
iterateBySql(Class<T>, IterationCallback<T, R>, String) - Method in interface jp.sf.amateras.mirage.SqlManager
iterateBySql(Class<T>, IterationCallback<T, R>, String, Object...) - Method in interface jp.sf.amateras.mirage.SqlManager
iterateBySql(Class<T>, IterationCallback<T, R>, String) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
iterateBySql(Class<T>, IterationCallback<T, R>, String, Object...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
IterationCallback<T,R> - Interface in jp.sf.amateras.mirage
Callback interface for iteration search.

J

javaTypeToSqlType(Class<?>) - Static method in class jp.sf.amateras.mirage.type.AbstractValueType
 
javaTypeToSqlType(Class<?>) - Static method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
JDBCSessionImpl - Class in jp.sf.amateras.mirage.session
The default implementation of Session.
JDBCSessionImpl(Properties) - Constructor for class jp.sf.amateras.mirage.session.JDBCSessionImpl
The constructor.
JdbcUtil - Class in jp.sf.amateras.mirage.util
Provides utility methods for JDBC operation.
JdbcUtil() - Constructor for class jp.sf.amateras.mirage.util.JdbcUtil
 
JNDIDataSourceConnectionProvider - Class in jp.sf.amateras.mirage.provider
ConnectionProvider implementation which gets a connection from javax.sql.DataSource which is obtained from JNDI.
JNDIDataSourceConnectionProvider(String) - Constructor for class jp.sf.amateras.mirage.provider.JNDIDataSourceConnectionProvider
 
JNDISessionImpl - Class in jp.sf.amateras.mirage.session
JNDI based (Mirage) Session implementation.
JNDISessionImpl(Properties) - Constructor for class jp.sf.amateras.mirage.session.JNDISessionImpl
The implementation of Session which gets the connection from a JNDI Data Source.
JNDIXADataSourceConnectionProvider - Class in jp.sf.amateras.mirage.provider
ConnectionProvider implementation which gets a connection from javax.sql.XADataSource which is obtained from JNDI.
JNDIXADataSourceConnectionProvider(String) - Constructor for class jp.sf.amateras.mirage.provider.JNDIXADataSourceConnectionProvider
 
jp.sf.amateras.mirage - package jp.sf.amateras.mirage
Provides the main Mirage SQL package
jp.sf.amateras.mirage.annotation - package jp.sf.amateras.mirage.annotation
Provides the Mirage SQL Annotations
jp.sf.amateras.mirage.bean - package jp.sf.amateras.mirage.bean
 
jp.sf.amateras.mirage.dialect - package jp.sf.amateras.mirage.dialect
Provides the supported Database dialect differences.
jp.sf.amateras.mirage.exception - package jp.sf.amateras.mirage.exception
 
jp.sf.amateras.mirage.filter - package jp.sf.amateras.mirage.filter
 
jp.sf.amateras.mirage.integration.guice - package jp.sf.amateras.mirage.integration.guice
 
jp.sf.amateras.mirage.integration.seasar - package jp.sf.amateras.mirage.integration.seasar
 
jp.sf.amateras.mirage.integration.spring - package jp.sf.amateras.mirage.integration.spring
 
jp.sf.amateras.mirage.naming - package jp.sf.amateras.mirage.naming
 
jp.sf.amateras.mirage.parser - package jp.sf.amateras.mirage.parser
Provides the Mirage SQL Parser.
jp.sf.amateras.mirage.provider - package jp.sf.amateras.mirage.provider
Provides the Connection Providers.
jp.sf.amateras.mirage.session - package jp.sf.amateras.mirage.session
Provides the Session management classes in Mirage SQL.
jp.sf.amateras.mirage.test - package jp.sf.amateras.mirage.test
Provides Testing utilities for Mirage SQL based applications.
jp.sf.amateras.mirage.tool - package jp.sf.amateras.mirage.tool
Provides tools to work with Mirage SQL.
jp.sf.amateras.mirage.type - package jp.sf.amateras.mirage.type
 
jp.sf.amateras.mirage.type.enumerate - package jp.sf.amateras.mirage.type.enumerate
 
jp.sf.amateras.mirage.updater - package jp.sf.amateras.mirage.updater
 
jp.sf.amateras.mirage.util - package jp.sf.amateras.mirage.util
Provides some Mirage SQL utilities.

L

loadProperties(String) - Static method in class jp.sf.amateras.mirage.util.IOUtil
 
LongPrimitiveValueType - Class in jp.sf.amateras.mirage.type
 
LongPrimitiveValueType() - Constructor for class jp.sf.amateras.mirage.type.LongPrimitiveValueType
 
LongValueType - Class in jp.sf.amateras.mirage.type
 
LongValueType() - Constructor for class jp.sf.amateras.mirage.type.LongValueType
 
ltrim(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
左側の空白を削ります。
ltrim(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
左側の指定した文字列を削ります。

M

main(String[]) - Static method in class jp.sf.amateras.mirage.type.ByteArrayValueType
 
MapBeanDescImpl - Class in jp.sf.amateras.mirage.bean
 
MapBeanDescImpl() - Constructor for class jp.sf.amateras.mirage.bean.MapBeanDescImpl
 
MapBeanDescImpl(Map<String, Object>) - Constructor for class jp.sf.amateras.mirage.bean.MapBeanDescImpl
 
MapPropertyDescImpl - Class in jp.sf.amateras.mirage.bean
 
MapPropertyDescImpl(String, Object) - Constructor for class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
match(String) - Method in class jp.sf.amateras.mirage.naming.Inflection
Does the given word match?
MirageModule - Class in jp.sf.amateras.mirage.integration.guice
The Module implementation to use Mirage with Google Guice.
MirageModule() - Constructor for class jp.sf.amateras.mirage.integration.guice.MirageModule
 
MirageTestContext - Class in jp.sf.amateras.mirage.test
 
MirageTestContext() - Constructor for class jp.sf.amateras.mirage.test.MirageTestContext
 
MirageUtil - Class in jp.sf.amateras.mirage.util
 
MirageUtil() - Constructor for class jp.sf.amateras.mirage.util.MirageUtil
 
MockCallExecuter - Class in jp.sf.amateras.mirage.test
The mock class of CallExecutor.
MockCallExecuter() - Constructor for class jp.sf.amateras.mirage.test.MockCallExecuter
 
MockSqlExecuter - Class in jp.sf.amateras.mirage.test
The mock class of SqlExecutor.
MockSqlExecuter() - Constructor for class jp.sf.amateras.mirage.test.MockSqlExecuter
 
MockSqlManager - Class in jp.sf.amateras.mirage.test
The mock class of SqlManager for unit testing.
MockSqlManager() - Constructor for class jp.sf.amateras.mirage.test.MockSqlManager
 
ModifierUtil - Class in jp.sf.amateras.mirage.util
 
ModifierUtil() - Constructor for class jp.sf.amateras.mirage.util.ModifierUtil
 
MySQLDialect - Class in jp.sf.amateras.mirage.dialect
 
MySQLDialect() - Constructor for class jp.sf.amateras.mirage.dialect.MySQLDialect
 

N

name - Variable in class jp.sf.amateras.mirage.bean.PropertyExtractor.PropertyInfo
 
name - Variable in class jp.sf.amateras.mirage.CallExecutor.ParamDesc
 
name - Variable in class jp.sf.amateras.mirage.EntityOperator.ColumnInfo
 
NameConverter - Interface in jp.sf.amateras.mirage.naming
The interface of the converter which converts table / column names and entity / property names.
nameConverter - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
needsParameter(PropertyDesc) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
needsParameterForResultSet() - Method in interface jp.sf.amateras.mirage.dialect.Dialect
Returns true if the result set of procedure invocation requires parameter or not.
needsParameterForResultSet() - Method in class jp.sf.amateras.mirage.dialect.OracleDialect
 
needsParameterForResultSet() - Method in class jp.sf.amateras.mirage.dialect.StandardDialect
 
next() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
 
next() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
nextBindVariableName() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
Node - Interface in jp.sf.amateras.mirage.parser
Node Interface representing the individual elements that make up an SQL
nodeCache - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
noNullElements(Object[], String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(Object[]) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception.
noNullElements(Collection<?>, String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument collection is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(Collection<?>) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument collection is neither null nor contains any elements that are null; otherwise throwing an exception.
notEmpty(Object[], String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Object[]) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception.
notEmpty(Collection<?>, String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Collection<?>) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception.
notEmpty(Map<?, ?>, String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(Map<?, ?>) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception.
notEmpty(String, String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument string is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
notEmpty(String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument string is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
notNull(Object) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument is not null; otherwise throwing an exception.
notNull(Object, String) - Static method in class jp.sf.amateras.mirage.util.Validate
Validate that the specified argument is not null; otherwise throwing an exception with the specified message.

O

OgnlRuntimeException - Exception in jp.sf.amateras.mirage.exception
 
OgnlRuntimeException(Throwable, String, int) - Constructor for exception jp.sf.amateras.mirage.exception.OgnlRuntimeException
 
OgnlUtil - Class in jp.sf.amateras.mirage.util
Ognl用のユーティリティクラスです。
OgnlUtil() - Constructor for class jp.sf.amateras.mirage.util.OgnlUtil
インスタンスを構築します。
OgnlUtil.ClassResolverImpl - Class in jp.sf.amateras.mirage.util
ClassResolverの実装クラスです。
OpenSessionInViewFilter - Class in jp.sf.amateras.mirage.filter
This filter makes Open Session in View pattern in Mirage.
OpenSessionInViewFilter() - Constructor for class jp.sf.amateras.mirage.filter.OpenSessionInViewFilter
 
OracleDialect - Class in jp.sf.amateras.mirage.dialect
 
OracleDialect() - Constructor for class jp.sf.amateras.mirage.dialect.OracleDialect
 
OracleResultSetValueType - Class in jp.sf.amateras.mirage.type
 
OracleResultSetValueType() - Constructor for class jp.sf.amateras.mirage.type.OracleResultSetValueType
 
Out - Annotation Type in jp.sf.amateras.mirage.annotation
Indicates that the property is OUT parameter of the parameter class which is used for store procedure / function invocation.

P

packageName - Variable in class jp.sf.amateras.mirage.updater.SchemaUpdater
 
Param() - Constructor for class jp.sf.amateras.mirage.CallExecutor.Param
 
Param(Object, Class<?>) - Constructor for class jp.sf.amateras.mirage.CallExecutor.Param
 
paramClass - Variable in class jp.sf.amateras.mirage.CallExecutor.Param
 
paramClass - Variable in class jp.sf.amateras.mirage.CallExecutor.ParamDesc
 
ParamDesc() - Constructor for class jp.sf.amateras.mirage.CallExecutor.ParamDesc
 
paramType - Variable in class jp.sf.amateras.mirage.CallExecutor.Param
 
paramType - Variable in class jp.sf.amateras.mirage.CallExecutor.ParamDesc
 
ParenBindVariableNode - Class in jp.sf.amateras.mirage.parser
Node for IN bind variables.
ParenBindVariableNode(String) - Constructor for class jp.sf.amateras.mirage.parser.ParenBindVariableNode
 
parse() - Method in interface jp.sf.amateras.mirage.parser.SqlParser
Parse SQL and return Node tree.
parse() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
 
parseBegin() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Parse a BEGIN node.
parseBindVariable() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Parse the bind variable.
parseBindVariable() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
Parse the bind variable.
parseComment() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Parse an SQL comment.
parseComment() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
Parse the comment.
parseCommentBindVariable() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Parse bind variables comment.
parseElse() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Parse an ELSE node.
parseElse() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
Parse the ELSE comment.
parseEnd() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Parse an END node.
parseEof() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
Parse the end of the SQL.
parseExpression(String) - Static method in class jp.sf.amateras.mirage.util.OgnlUtil
式を解析します。
parseExpression(String, String, int) - Static method in class jp.sf.amateras.mirage.util.OgnlUtil
式を解析します。
parseIf() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Parse an IF node.
parseSql() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Parse the SQL.
parseSql() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
Parse the SQL.
parseToken() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
 
peek() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Peek the top node.
pluralize(String) - Static method in class jp.sf.amateras.mirage.naming.Inflection
Return the pluralized version of a word.
pop() - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Pop (remove from the stack) the top node.
PostgreResultSetValueType - Class in jp.sf.amateras.mirage.type
 
PostgreResultSetValueType() - Constructor for class jp.sf.amateras.mirage.type.PostgreResultSetValueType
 
PostgreSQLDialect - Class in jp.sf.amateras.mirage.dialect
 
PostgreSQLDialect() - Constructor for class jp.sf.amateras.mirage.dialect.PostgreSQLDialect
 
PrefixSqlNode - Class in jp.sf.amateras.mirage.parser
Node for AND, OR and ',' prefix.
PrefixSqlNode(String, String) - Constructor for class jp.sf.amateras.mirage.parser.PrefixSqlNode
Creates a PrefixSqlNode
prepareNode(SqlResource) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
prepareParameters(List<CallExecutor.Param>, List<CallExecutor.Param>, CallableStatement, Object) - Method in class jp.sf.amateras.mirage.CallExecutor
 
prepareReturnParameter(List<CallExecutor.Param>, boolean, Class<?>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
prepareSqlContext(Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
PrimaryKey - Annotation Type in jp.sf.amateras.mirage.annotation
Indicates that the property corresponds to the primary key column.
PrimaryKey.GenerationType - Enum in jp.sf.amateras.mirage.annotation
The type of the generated primary key.
PrimaryKeyInfo(PrimaryKey.GenerationType) - Constructor for class jp.sf.amateras.mirage.EntityOperator.PrimaryKeyInfo
 
PrimaryKeyInfo(PrimaryKey.GenerationType, String) - Constructor for class jp.sf.amateras.mirage.EntityOperator.PrimaryKeyInfo
 
PropertyDesc - Interface in jp.sf.amateras.mirage.bean
Descriptor of the property of entity.
propertyDesc - Variable in class jp.sf.amateras.mirage.CallExecutor.Param
 
propertyDesc - Variable in class jp.sf.amateras.mirage.CallExecutor.ParamDesc
 
PropertyDescImpl - Class in jp.sf.amateras.mirage.bean
 
PropertyDescImpl(PropertyWrapper) - Constructor for class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
PropertyExtractor - Interface in jp.sf.amateras.mirage.bean
An interface for extracting properties information from a class object.
PropertyExtractor.PropertyInfo - Class in jp.sf.amateras.mirage.bean
 
PropertyInfo() - Constructor for class jp.sf.amateras.mirage.bean.PropertyExtractor.PropertyInfo
 
propertyToColumn(String) - Method in class jp.sf.amateras.mirage.naming.DefaultNameConverter
 
propertyToColumn(String) - Method in interface jp.sf.amateras.mirage.naming.NameConverter
Converts the property name to the column name.
PropertyWrapper - Interface in jp.sf.amateras.mirage.bean
 
PropertyWrapperImpl - Class in jp.sf.amateras.mirage.bean
 
PropertyWrapperImpl(String, Method, Method, Field) - Constructor for class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
push(Node) - Method in class jp.sf.amateras.mirage.parser.SqlParserImpl
Push a node
put(Object, Object) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
put(Object, Object) - Method in class jp.sf.amateras.mirage.util.CaseInsensitiveMap
 
putAll(Map) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
putAll(Map) - Method in class jp.sf.amateras.mirage.util.CaseInsensitiveMap
 

R

RailsLikeNameConverter - Class in jp.sf.amateras.mirage.naming
An implementation of NameConverter which provides naming convention like Ruby on Rails.
RailsLikeNameConverter() - Constructor for class jp.sf.amateras.mirage.naming.RailsLikeNameConverter
 
readExternal(ObjectInput) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
readStream(InputStream) - Static method in class jp.sf.amateras.mirage.util.IOUtil
Reads an InputStream into a byte array
ReflectionUtil - Class in jp.sf.amateras.mirage.util
 
ReflectionUtil() - Constructor for class jp.sf.amateras.mirage.util.ReflectionUtil
 
ReflectiveOperationFailedException - Exception in jp.sf.amateras.mirage.bean
ReflectiveOperationFailedException is thrown to indicate reflective operation is failed.
ReflectiveOperationFailedException(ClassNotFoundException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(InvocationTargetException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(IllegalAccessException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(InstantiationException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(NoSuchFieldException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(NoSuchMethodException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(String, ClassNotFoundException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(String, InvocationTargetException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(String, IllegalAccessException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(String, InstantiationException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(String, NoSuchFieldException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
ReflectiveOperationFailedException(String, NoSuchMethodException) - Constructor for exception jp.sf.amateras.mirage.bean.ReflectiveOperationFailedException
 
registerOutParameter(Class<?>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
registerOutParameter(Class<?>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
registerOutParameter(Class<?>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.AbstractValueType
 
registerOutParameter(Class<?>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.AbstractValueType
 
registerOutParameter(Class<?>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
registerOutParameter(Class<?>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
registerOutParameter(Class<?>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
registerOutParameter(Class<?>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
registerOutParameter(Class<?>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
registerOutParameter(Class<?>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
registerOutParameter(Class<?>, CallableStatement, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
registerOutParameter(Class<?>, CallableStatement, String) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
registerOutParameter(Class<?>, CallableStatement, int) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
registerOutParameter(Class<?>, CallableStatement, String) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
release() - Method in class jp.sf.amateras.mirage.session.DBCPSessionImpl
 
release() - Method in class jp.sf.amateras.mirage.session.JDBCSessionImpl
 
release() - Method in class jp.sf.amateras.mirage.session.JNDISessionImpl
Releases this session.
release() - Method in interface jp.sf.amateras.mirage.session.Session
Releases this session.
releaseConnection() - Method in class jp.sf.amateras.mirage.provider.DataSourceConnectionProvider
 
releaseConnection() - Method in class jp.sf.amateras.mirage.provider.DefaultConnectionProvider
 
releaseConnection() - Method in class jp.sf.amateras.mirage.provider.XADataSourceConnectionProvider
 
remove(Object) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
remove(int) - Method in class jp.sf.amateras.mirage.util.ArrayMap
indexに対応する値を削除します。
remove(Object) - Method in class jp.sf.amateras.mirage.util.CaseInsensitiveMap
 
replace(String) - Method in class jp.sf.amateras.mirage.naming.Inflection
Replace the word with its pattern.
replace(String, String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列を置き換えます。
ResultSet - Annotation Type in jp.sf.amateras.mirage.annotation
 
rollback() - Method in class jp.sf.amateras.mirage.session.DBCPSessionImpl
 
rollback() - Method in class jp.sf.amateras.mirage.session.JDBCSessionImpl
 
rollback() - Method in class jp.sf.amateras.mirage.session.JNDISessionImpl
Roolbacks the transaction.
rollback() - Method in interface jp.sf.amateras.mirage.session.Session
Roolbacks the transaction.
rtrim(String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
右側の空白を削ります。
rtrim(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
右側の指定した文字列を削ります。

S

saveAllEntitySources(File, String, Connection, String, String, String, String) - Method in class jp.sf.amateras.mirage.tool.EntityGen
Generates the entity source files for all tables in the specified catalog and schema, that respect the specified pattern, except those ignored.
saveEntitySource(File, String, Connection, String, String, String) - Method in class jp.sf.amateras.mirage.tool.EntityGen
Generates the entity source file into the given source directory.
SchemaUpdateListener - Class in jp.sf.amateras.mirage.updater
This is a ServletContextListener to execute SchemaUpdater when the servlet context is initialized.
SchemaUpdateListener() - Constructor for class jp.sf.amateras.mirage.updater.SchemaUpdateListener
 
SchemaUpdater - Class in jp.sf.amateras.mirage.updater
Execute SQL files which located a specific package to update database schema.
SchemaUpdater() - Constructor for class jp.sf.amateras.mirage.updater.SchemaUpdater
 
SeasarConnectionProvider - Class in jp.sf.amateras.mirage.integration.seasar
ConnectionProvider implementation to user Mirage with Seasar2.
SeasarConnectionProvider() - Constructor for class jp.sf.amateras.mirage.integration.seasar.SeasarConnectionProvider
 
Session - Interface in jp.sf.amateras.mirage.session
The entry point of Mirage in stand-alone use.
SessionException - Exception in jp.sf.amateras.mirage.exception
 
SessionException(String, Throwable) - Constructor for exception jp.sf.amateras.mirage.exception.SessionException
 
SessionException(String) - Constructor for exception jp.sf.amateras.mirage.exception.SessionException
 
SessionException(Throwable) - Constructor for exception jp.sf.amateras.mirage.exception.SessionException
 
SessionFactory - Class in jp.sf.amateras.mirage.session
 
SessionFactory() - Constructor for class jp.sf.amateras.mirage.session.SessionFactory
 
set(Object, Object) - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
set(Object, Object) - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
set(Class<?>, PreparedStatement, Object, int) - Method in class jp.sf.amateras.mirage.type.AbstractResultSetValueType
 
set(Class<? extends BigDecimal>, PreparedStatement, BigDecimal, int) - Method in class jp.sf.amateras.mirage.type.BigDecimalValueType
 
set(Class<? extends Boolean>, PreparedStatement, Boolean, int) - Method in class jp.sf.amateras.mirage.type.BooleanPrimitiveValueType
 
set(Class<? extends Boolean>, PreparedStatement, Boolean, int) - Method in class jp.sf.amateras.mirage.type.BooleanValueType
 
set(Class<? extends byte[]>, PreparedStatement, byte[], int) - Method in class jp.sf.amateras.mirage.type.ByteArrayValueType
 
set(Class<?>, PreparedStatement, Object, int) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
set(Class<? extends Double>, PreparedStatement, Double, int) - Method in class jp.sf.amateras.mirage.type.DoublePrimitiveValueType
 
set(Class<? extends Double>, PreparedStatement, Double, int) - Method in class jp.sf.amateras.mirage.type.DoubleValueType
 
set(Class<? extends Object>, PreparedStatement, Object, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOneBasedOrdinalValueType
 
set(Class<? extends Object>, PreparedStatement, Object, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumOrdinalValueType
 
set(Class<? extends Object>, PreparedStatement, Object, int) - Method in class jp.sf.amateras.mirage.type.enumerate.EnumStringValueType
 
set(Class<? extends Float>, PreparedStatement, Float, int) - Method in class jp.sf.amateras.mirage.type.FloatPrimitiveValueType
 
set(Class<? extends Float>, PreparedStatement, Float, int) - Method in class jp.sf.amateras.mirage.type.FloatValueType
 
set(Class<? extends Integer>, PreparedStatement, Integer, int) - Method in class jp.sf.amateras.mirage.type.IntegerPrimitiveValueType
 
set(Class<? extends Integer>, PreparedStatement, Integer, int) - Method in class jp.sf.amateras.mirage.type.IntegerValueType
 
set(Class<? extends Long>, PreparedStatement, Long, int) - Method in class jp.sf.amateras.mirage.type.LongPrimitiveValueType
 
set(Class<? extends Long>, PreparedStatement, Long, int) - Method in class jp.sf.amateras.mirage.type.LongValueType
 
set(Class<? extends Short>, PreparedStatement, Short, int) - Method in class jp.sf.amateras.mirage.type.ShortPrimitiveValueType
 
set(Class<? extends Short>, PreparedStatement, Short, int) - Method in class jp.sf.amateras.mirage.type.ShortValueType
 
set(Class<? extends Date>, PreparedStatement, Date, int) - Method in class jp.sf.amateras.mirage.type.SqlDateValueType
 
set(Class<? extends String>, PreparedStatement, String, int) - Method in class jp.sf.amateras.mirage.type.StringValueType
 
set(Class<? extends Timestamp>, PreparedStatement, Timestamp, int) - Method in class jp.sf.amateras.mirage.type.TimestampValueType
 
set(Class<? extends Time>, PreparedStatement, Time, int) - Method in class jp.sf.amateras.mirage.type.TimeValueType
 
set(Class<? extends Date>, PreparedStatement, Date, int) - Method in class jp.sf.amateras.mirage.type.UtilDateValueType
 
set(Class<? extends T>, PreparedStatement, T, int) - Method in interface jp.sf.amateras.mirage.type.ValueType
 
set(int, Object) - Method in class jp.sf.amateras.mirage.util.ArrayMap
indexに対応する値を設定します。
setBeanDescFactory(BeanDescFactory) - Method in class jp.sf.amateras.mirage.CallExecutor
 
setBeanDescFactory(BeanDescFactory) - Method in class jp.sf.amateras.mirage.SqlExecutor
 
setBeanDescFactory(BeanDescFactory) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
setCacheEnabled(boolean) - Method in class jp.sf.amateras.mirage.bean.BeanDescFactory
 
setCacheMode(boolean) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
setCatalog(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the catalog name
setCharset(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the charset of the generated entity source file.
setConnection(Connection) - Method in class jp.sf.amateras.mirage.provider.DefaultConnectionProvider
 
setConnectionProvider(ConnectionProvider) - Method in class jp.sf.amateras.mirage.CallExecutor
 
setConnectionProvider(ConnectionProvider) - Method in class jp.sf.amateras.mirage.SqlExecutor
 
setConnectionProvider(ConnectionProvider) - Method in interface jp.sf.amateras.mirage.SqlManager
Sets the implementation of ConnectionProvider.
setConnectionProvider(ConnectionProvider) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
setDataSource(DataSource) - Method in class jp.sf.amateras.mirage.integration.spring.SpringConnectionProvider
 
setDataSource(DataSource) - Method in class jp.sf.amateras.mirage.provider.DataSourceConnectionProvider
 
setDataSource(XADataSource) - Method in class jp.sf.amateras.mirage.provider.XADataSourceConnectionProvider
 
setDialect(Dialect) - Method in class jp.sf.amateras.mirage.CallExecutor
 
setDialect(Dialect) - Method in class jp.sf.amateras.mirage.SqlExecutor
 
setDialect(Dialect) - Method in interface jp.sf.amateras.mirage.SqlManager
Sets the implementation of the Dialect.
setDialect(Dialect) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
setDialect(Dialect) - Method in class jp.sf.amateras.mirage.tool.EntityGen
 
setDialect(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the Dialect class name.
setDriver(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the JDBC drive class name.
setElseNode(ElseNode) - Method in class jp.sf.amateras.mirage.parser.IfNode
Sets the ElseNode
setEnabled(boolean) - Method in interface jp.sf.amateras.mirage.parser.SqlContext
BEGINコメントとENDコメントで、 囲まれた子供のコンテキストが有効かどうかを設定します。
setEnabled(boolean) - Method in class jp.sf.amateras.mirage.parser.SqlContextImpl
 
setEntityOperator(EntityOperator) - Method in class jp.sf.amateras.mirage.CallExecutor
 
setEntityOperator(EntityOperator) - Method in class jp.sf.amateras.mirage.SqlExecutor
 
setEntityOperator(EntityOperator) - Method in interface jp.sf.amateras.mirage.SqlManager
Sets the implementation of the EntityOperator.
setEntityOperator(EntityOperator) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
setField(Field) - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
setField(Field) - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
setGenerationType(PrimaryKey.GenerationType) - Method in class jp.sf.amateras.mirage.tool.EntityGen
 
setGenerationType(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the generation type of primary keys.
setGetterMethod(Method) - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
setGetterMethod(Method) - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
setIgnoreTableNamePattern(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the ignore table name pattern as regular expression.
setNameConverter(NameConverter) - Method in class jp.sf.amateras.mirage.CallExecutor
 
setNameConverter(NameConverter) - Method in class jp.sf.amateras.mirage.SqlExecutor
 
setNameConverter(NameConverter) - Method in interface jp.sf.amateras.mirage.SqlManager
Sets the implementation of NameConverter.
setNameConverter(NameConverter) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
setNameConverter(NameConverter) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
 
setNameConverter(NameConverter) - Method in class jp.sf.amateras.mirage.tool.EntityGen
 
setNameConverter(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the NameConverter class name.
setNull(Class<?>, PreparedStatement, int) - Method in class jp.sf.amateras.mirage.type.AbstractValueType
 
setNull(Class<?>, PreparedStatement, int) - Method in class jp.sf.amateras.mirage.type.DefaultValueType
Deprecated.
 
setOutputDir(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the output directory.
setPackageName(String) - Method in class jp.sf.amateras.mirage.tool.EntityGen
 
setPackageName(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the package name.
setPackageName(String) - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Sets the package name where locate SQL files.
setParameter(List<CallExecutor.Param>, CallableStatement) - Method in class jp.sf.amateras.mirage.CallExecutor
 
setParameters(PreparedStatement, PropertyDesc[], Object) - Method in class jp.sf.amateras.mirage.SqlExecutor
Sets parameters to the PreparedStatement.
setParameters(PreparedStatement, Object[]) - Method in class jp.sf.amateras.mirage.SqlExecutor
Sets parameters to the PreparedStatement.
setPassword(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the JDBC password.
setPropertyExtractor(PropertyExtractor) - Method in class jp.sf.amateras.mirage.bean.BeanDescFactory
 
setRollbackOnly() - Method in class jp.sf.amateras.mirage.session.DBCPSessionImpl
 
setRollbackOnly() - Method in class jp.sf.amateras.mirage.session.JDBCSessionImpl
 
setRollbackOnly() - Method in class jp.sf.amateras.mirage.session.JNDISessionImpl
Marks the current transaction as rollback-only.
setRollbackOnly() - Method in interface jp.sf.amateras.mirage.session.Session
Marks the current transaction as rollback-only.
setSchema(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the schema name
setSetterMethod(Method) - Method in interface jp.sf.amateras.mirage.bean.PropertyWrapper
 
setSetterMethod(Method) - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
setSqlManager(SqlManager) - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Sets the SqlManager to use for schema updating.
setTableName(String) - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Sets the table name which manages the schema version.
setTableNamePattern(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the target table name pattern as regular expression.
setterMethod - Variable in class jp.sf.amateras.mirage.bean.PropertyExtractor.PropertyInfo
 
setTransactionManager(DataSourceTransactionManager) - Method in class jp.sf.amateras.mirage.integration.spring.SpringConnectionProvider
 
setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Method in class jp.sf.amateras.mirage.integration.seasar.SeasarConnectionProvider
 
setUrl(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the JDBC connection URL.
setUser(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the JDBC user.
setValue(Object, Object) - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
setValue(Object, Object) - Method in interface jp.sf.amateras.mirage.bean.PropertyDesc
Sets the value to this property to the entity.
setValue(Object, Object) - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
setValueType(String) - Method in class jp.sf.amateras.mirage.tool.EntityGenTask
Sets the ValueType class names.
setValueTypes(List<ValueType<?>>) - Method in class jp.sf.amateras.mirage.CallExecutor
 
setValueTypes(List<ValueType<?>>) - Method in class jp.sf.amateras.mirage.SqlExecutor
 
setValueTypes(List<ValueType<?>>) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
ShortPrimitiveValueType - Class in jp.sf.amateras.mirage.type
 
ShortPrimitiveValueType() - Constructor for class jp.sf.amateras.mirage.type.ShortPrimitiveValueType
 
ShortValueType - Class in jp.sf.amateras.mirage.type
 
ShortValueType() - Constructor for class jp.sf.amateras.mirage.type.ShortValueType
 
singularize(String) - Static method in class jp.sf.amateras.mirage.naming.Inflection
Return the singularized version of a word.
size() - Method in class jp.sf.amateras.mirage.util.ArrayMap
 
skipToken() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
Skips a token.
skipToken() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
skipWhitespace() - Method in interface jp.sf.amateras.mirage.parser.SqlTokenizer
Skips the whitespace.
skipWhitespace() - Method in class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
split(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列を分割します。
SpringConnectionProvider - Class in jp.sf.amateras.mirage.integration.spring
ConnectionProvider implementation to integrate Mirage to Spring Framework.
SpringConnectionProvider() - Constructor for class jp.sf.amateras.mirage.integration.spring.SpringConnectionProvider
 
SqlArgWrapper - Interface in jp.sf.amateras.mirage.parser
Wrapper interface for SQL arguments.
SqlContext - Interface in jp.sf.amateras.mirage.parser
The SqlContext is a hierarchical data structure that holds the required information to execute an SQL as supported by Mirage SQL.
SqlContextImpl - Class in jp.sf.amateras.mirage.parser
Implementation of the SqlContext interface.
SqlContextImpl() - Constructor for class jp.sf.amateras.mirage.parser.SqlContextImpl
 
SqlContextImpl(SqlContext) - Constructor for class jp.sf.amateras.mirage.parser.SqlContextImpl
Creates a SqlContextImpl with a specific parent
SqlContextPropertyAccessor - Class in jp.sf.amateras.mirage.parser
Helper based on OGNL to access properties from the SqlContext
SqlContextPropertyAccessor() - Constructor for class jp.sf.amateras.mirage.parser.SqlContextPropertyAccessor
 
SqlDateValueType - Class in jp.sf.amateras.mirage.type
 
SqlDateValueType() - Constructor for class jp.sf.amateras.mirage.type.SqlDateValueType
 
SqlExecutor - Class in jp.sf.amateras.mirage
 
SqlExecutor() - Constructor for class jp.sf.amateras.mirage.SqlExecutor
 
sqlExecutor - Variable in class jp.sf.amateras.mirage.SqlManagerImpl
 
SQLiteDialect - Class in jp.sf.amateras.mirage.dialect
 
SQLiteDialect() - Constructor for class jp.sf.amateras.mirage.dialect.SQLiteDialect
 
SqlManager - Interface in jp.sf.amateras.mirage
 
sqlManager - Variable in class jp.sf.amateras.mirage.updater.SchemaUpdater
 
SqlManagerImpl - Class in jp.sf.amateras.mirage
 
SqlManagerImpl() - Constructor for class jp.sf.amateras.mirage.SqlManagerImpl
 
SqlNode - Class in jp.sf.amateras.mirage.parser
Node holding the SQL string itself.
SqlNode(String) - Constructor for class jp.sf.amateras.mirage.parser.SqlNode
 
SqlParser - Interface in jp.sf.amateras.mirage.parser
SqlParser parses SQL and construct tree of Node.
SqlParserImpl - Class in jp.sf.amateras.mirage.parser
Default SqlParser implementation.
SqlParserImpl(String, BeanDescFactory) - Constructor for class jp.sf.amateras.mirage.parser.SqlParserImpl
 
SqlResource - Interface in jp.sf.amateras.mirage
 
SQLRuntimeException - Exception in jp.sf.amateras.mirage.exception
 
SQLRuntimeException(String, SQLException) - Constructor for exception jp.sf.amateras.mirage.exception.SQLRuntimeException
 
SQLRuntimeException(SQLException) - Constructor for exception jp.sf.amateras.mirage.exception.SQLRuntimeException
 
SQLServerDialect - Class in jp.sf.amateras.mirage.dialect
 
SQLServerDialect() - Constructor for class jp.sf.amateras.mirage.dialect.SQLServerDialect
 
SqlTokenizer - Interface in jp.sf.amateras.mirage.parser
The SQL Tokenizer Interface to decompose a SQL into tokens.
SqlTokenizer.TokenType - Enum in jp.sf.amateras.mirage.parser
 
SqlTokenizerImpl - Class in jp.sf.amateras.mirage.parser
SqlTokenizer Implementation.
SqlTokenizerImpl(String) - Constructor for class jp.sf.amateras.mirage.parser.SqlTokenizerImpl
 
StandardDialect - Class in jp.sf.amateras.mirage.dialect
 
StandardDialect() - Constructor for class jp.sf.amateras.mirage.dialect.StandardDialect
 
startsWith(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
Deprecated. 
startsWithIgnoreCase(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
ケースインセンシティブで特定の文字ではじまっているのかどうかを返します。
StringSqlResource - Class in jp.sf.amateras.mirage
 
StringSqlResource(String) - Constructor for class jp.sf.amateras.mirage.StringSqlResource
 
StringUtil - Class in jp.sf.amateras.mirage.util
String用のユーティリティクラスです。
StringUtil() - Constructor for class jp.sf.amateras.mirage.util.StringUtil
 
StringValueType - Class in jp.sf.amateras.mirage.type
 
StringValueType() - Constructor for class jp.sf.amateras.mirage.type.StringValueType
 
substringFromLast(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列の最後から指定した文字列で始まっている部分より手前を返します。
substringToLast(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
文字列の最後から指定した文字列で始まっている部分より後ろを返します。
supportsGenerationType(PrimaryKey.GenerationType) - Method in interface jp.sf.amateras.mirage.dialect.Dialect
Returns true if a specific primary key generation type is supported.
supportsGenerationType(PrimaryKey.GenerationType) - Method in class jp.sf.amateras.mirage.dialect.MySQLDialect
 
supportsGenerationType(PrimaryKey.GenerationType) - Method in class jp.sf.amateras.mirage.dialect.OracleDialect
 
supportsGenerationType(PrimaryKey.GenerationType) - Method in class jp.sf.amateras.mirage.dialect.PostgreSQLDialect
 
supportsGenerationType(PrimaryKey.GenerationType) - Method in class jp.sf.amateras.mirage.dialect.StandardDialect
 

T

Table - Annotation Type in jp.sf.amateras.mirage.annotation
Specifies the table name which is mapped to the entity class.
tableName - Variable in class jp.sf.amateras.mirage.updater.SchemaUpdater
 
TimestampValueType - Class in jp.sf.amateras.mirage.type
 
TimestampValueType() - Constructor for class jp.sf.amateras.mirage.type.TimestampValueType
 
TimeValueType - Class in jp.sf.amateras.mirage.type
 
TimeValueType() - Constructor for class jp.sf.amateras.mirage.type.TimeValueType
 
toArray() - Method in class jp.sf.amateras.mirage.util.ArrayMap
配列に変換します。
toArray(Object[]) - Method in class jp.sf.amateras.mirage.util.ArrayMap
配列に変換します。
toCallString(String, boolean) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
toCallString(String, Object, boolean) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
toHex(byte[]) - Static method in class jp.sf.amateras.mirage.util.StringUtil
16進数の文字列に変換します。
toHex(int) - Static method in class jp.sf.amateras.mirage.util.StringUtil
16進数の文字列に変換します。
toString() - Method in class jp.sf.amateras.mirage.bean.BeanDescImpl
 
toString() - Method in class jp.sf.amateras.mirage.bean.MapPropertyDescImpl
 
toString() - Method in class jp.sf.amateras.mirage.bean.PropertyDescImpl
 
toString() - Method in class jp.sf.amateras.mirage.bean.PropertyWrapperImpl
 
toString() - Method in class jp.sf.amateras.mirage.ClasspathSqlResource
 
toString() - Method in class jp.sf.amateras.mirage.parser.AddWhereIfNode
 
toString() - Method in class jp.sf.amateras.mirage.parser.BeginNode
 
toString() - Method in class jp.sf.amateras.mirage.parser.BindVariableNode
 
toString() - Method in class jp.sf.amateras.mirage.parser.ElseNode
 
toString() - Method in class jp.sf.amateras.mirage.parser.EmbeddedValueNode
 
toString() - Method in class jp.sf.amateras.mirage.parser.IfNode
 
toString() - Method in class jp.sf.amateras.mirage.parser.ParenBindVariableNode
 
toString() - Method in class jp.sf.amateras.mirage.parser.PrefixSqlNode
 
toString() - Method in class jp.sf.amateras.mirage.parser.SqlNode
 
toString() - Method in class jp.sf.amateras.mirage.StringSqlResource
 
toString(Exception) - Static method in class jp.sf.amateras.mirage.util.ExceptionUtil
Returns stacktrace as string.
Transactional - Annotation Type in jp.sf.amateras.mirage.integration.guice
Gives this annotation to transaction boundary methods.
TransactionInterceptor - Class in jp.sf.amateras.mirage.integration.guice
An interceptor to control transaction.
TransactionInterceptor() - Constructor for class jp.sf.amateras.mirage.integration.guice.TransactionInterceptor
 
Transient - Annotation Type in jp.sf.amateras.mirage.annotation
Indicates that the property is not persisted.
trimPrefix(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
プレフィックスを削ります。
trimSuffix(String, String) - Static method in class jp.sf.amateras.mirage.util.StringUtil
サフィックスを削ります。
TwoWaySQLException - Exception in jp.sf.amateras.mirage.exception
 
TwoWaySQLException(String, Throwable) - Constructor for exception jp.sf.amateras.mirage.exception.TwoWaySQLException
 
TwoWaySQLException(String) - Constructor for exception jp.sf.amateras.mirage.exception.TwoWaySQLException
 
TwoWaySQLException(Throwable) - Constructor for exception jp.sf.amateras.mirage.exception.TwoWaySQLException
 
type - Variable in class jp.sf.amateras.mirage.bean.PropertyExtractor.PropertyInfo
 
TYPE_UNKNOWN - Static variable in class jp.sf.amateras.mirage.type.AbstractValueType
 

U

update() - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Updates database schema to the latest state.
updateBatch(T...) - Method in interface jp.sf.amateras.mirage.SqlManager
Updates given entities in batch mode.
updateBatch(List<T>) - Method in interface jp.sf.amateras.mirage.SqlManager
Updates given entities in batch mode.
updateBatch(T...) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
updateBatch(List<T>) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
updateEntity(Object) - Method in interface jp.sf.amateras.mirage.SqlManager
Updates the given entity.
updateEntity(Object) - Method in class jp.sf.amateras.mirage.SqlManagerImpl
 
updateVersion(int) - Method in class jp.sf.amateras.mirage.updater.SchemaUpdater
Updates the version number by the given value.
UtilDateValueType - Class in jp.sf.amateras.mirage.type
 
UtilDateValueType() - Constructor for class jp.sf.amateras.mirage.type.UtilDateValueType
 

V

Validate - Class in jp.sf.amateras.mirage.util
This class assists in validating arguments.
Validate() - Constructor for class jp.sf.amateras.mirage.util.Validate
Constructor.
value - Variable in class jp.sf.amateras.mirage.CallExecutor.Param
 
valueOf(String) - Static method in enum jp.sf.amateras.mirage.annotation.Enumerated.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.sf.amateras.mirage.annotation.PrimaryKey.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.sf.amateras.mirage.CallExecutor.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jp.sf.amateras.mirage.parser.SqlTokenizer.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum jp.sf.amateras.mirage.annotation.Enumerated.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.sf.amateras.mirage.annotation.PrimaryKey.GenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.sf.amateras.mirage.CallExecutor.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jp.sf.amateras.mirage.parser.SqlTokenizer.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
valueType - Variable in class jp.sf.amateras.mirage.CallExecutor.Param
 
valueType - Variable in class jp.sf.amateras.mirage.CallExecutor.ParamDesc
 
ValueType<T> - Interface in jp.sf.amateras.mirage.type
 
verifyDeleteSql(int, Object) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the SQL and parameters which is executed by SqlManager.deleteEntity(Object).
verifyFindSql(int, Class<?>, Object...) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the SQL and parameters which is executed by SqlManager.findEntity(Class, Object...).
verifyInsertSql(int, Object) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the SQL and parameters which is executed by SqlManager.insertEntity(Object).
verifySql(int, String) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the executed SQL.
verifySql(int, String, Object...) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the executed SQL and parameters.
verifySqlByRegExp(int, String) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the executed SQL using the regular expression.
verifySqlByRegExp(int, String, Object...) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the executed SQL and parameters using the regular expression.
verifySqlNumber(int) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the number of executed SQLs.
verifyUpdatedSql(int, Object) - Static method in class jp.sf.amateras.mirage.test.MirageTestContext
Verifies the SQL and parameters which is executed by SqlManager.updateEntity(Object).

W

writeExternal(ObjectOutput) - Method in class jp.sf.amateras.mirage.util.ArrayMap
 

X

XADataSourceConnectionProvider - Class in jp.sf.amateras.mirage.provider
ConnectionProvider implementation which gets a connection from javax.sql.XADataSource.
XADataSourceConnectionProvider() - Constructor for class jp.sf.amateras.mirage.provider.XADataSourceConnectionProvider
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links