|
|
|
@ -84,7 +84,7 @@ public class BasicJdbcConverter extends BasicRelationalConverter implements Jdbc |
|
|
|
private SpELContext spELContext; |
|
|
|
private SpELContext spELContext; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Creates a new {@link BasicRelationalConverter} given {@link MappingContext} and a |
|
|
|
* Creates a new {@link BasicJdbcConverter} given {@link MappingContext} and a |
|
|
|
* {@link JdbcTypeFactory#unsupported() no-op type factory} throwing {@link UnsupportedOperationException} on type |
|
|
|
* {@link JdbcTypeFactory#unsupported() no-op type factory} throwing {@link UnsupportedOperationException} on type |
|
|
|
* creation. Use |
|
|
|
* creation. Use |
|
|
|
* {@link #BasicJdbcConverter(RelationalMappingContext, RelationResolver, CustomConversions, JdbcTypeFactory, IdentifierProcessing)} |
|
|
|
* {@link #BasicJdbcConverter(RelationalMappingContext, RelationResolver, CustomConversions, JdbcTypeFactory, IdentifierProcessing)} |
|
|
|
@ -108,7 +108,7 @@ public class BasicJdbcConverter extends BasicRelationalConverter implements Jdbc |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Creates a new {@link BasicRelationalConverter} given {@link MappingContext}. |
|
|
|
* Creates a new {@link BasicJdbcConverter} given {@link MappingContext}. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param context must not be {@literal null}. |
|
|
|
* @param context must not be {@literal null}. |
|
|
|
* @param relationResolver used to fetch additional relations from the database. Must not be {@literal null}. |
|
|
|
* @param relationResolver used to fetch additional relations from the database. Must not be {@literal null}. |
|
|
|
|