java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.doma.DomaException
org.seasar.doma.jdbc.JdbcException
org.seasar.doma.jdbc.ResultMappingException
- All Implemented Interfaces:
Serializable
Thrown to indicate that all properties in an entity are not mapped to columns in a result set.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final SqlKindprotected final Stringprotected final StringFields inherited from class org.seasar.doma.DomaException
args, messageResource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the entity class name.Returns the expected column names.Returns the formatted SQL string.getKind()Returns the SQL kind.Returns the raw SQL string.Returns the SQL file pathReturns the unmapped property names.Methods inherited from class org.seasar.doma.jdbc.JdbcException
choiceSqlMethods inherited from class org.seasar.doma.DomaException
getArgs, getMessageResourceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
entityClassName
-
unmappedPropertyNames
-
expectedColumnNames
-
kind
-
rawSql
-
formattedSql
-
sqlFilePath
-
-
Constructor Details
-
ResultMappingException
-
-
Method Details
-
getEntityClassName
Returns the entity class name.- Returns:
- the entity class name
-
getUnmappedPropertyNames
Returns the unmapped property names.- Returns:
- the unmapped property names
-
getExpectedColumnNames
Returns the expected column names.- Returns:
- the expected column names
-
getKind
Returns the SQL kind.- Returns:
- the SQL kind
-
getRawSql
Returns the raw SQL string.- Returns:
- the raw SQL string
-
getFormattedSql
Returns the formatted SQL string.- Returns:
- the formatted SQL string or
nullif it does not exist
-
getSqlFilePath
Returns the SQL file path- Returns:
- the SQL file path or
nullif the SQL is auto generated
-