@ -52,11 +54,15 @@ public class BasicJdbcPersistentProperty extends AnnotationBasedPersistentProper
@@ -52,11 +54,15 @@ public class BasicJdbcPersistentProperty extends AnnotationBasedPersistentProper
@ -63,8 +64,6 @@ public class JdbcMappingContext extends AbstractMappingContext<JdbcPersistentEnt
@@ -63,8 +64,6 @@ public class JdbcMappingContext extends AbstractMappingContext<JdbcPersistentEnt
@ -39,7 +40,8 @@ public class JdbcRepositoryFactory extends RepositoryFactorySupport {
@@ -39,7 +40,8 @@ public class JdbcRepositoryFactory extends RepositoryFactorySupport {
@ -47,8 +48,6 @@ public class JdbcRepositoryFactoryBean<T extends Repository<S, ID>, S, ID extend
@@ -47,8 +48,6 @@ public class JdbcRepositoryFactoryBean<T extends Repository<S, ID>, S, ID extend
"No unique NamedParameterJdbcOperation could be found, "//
+"nor JdbcOperations or DataSource to construct one from.";
privatestaticfinalStringNO_NAMING_STRATEGY_ERROR_MESSAGE="No unique NamingStrategy could be found.";
@ -67,23 +66,21 @@ public class JdbcRepositoryFactoryBean<T extends Repository<S, ID>, S, ID extend
@@ -67,23 +66,21 @@ public class JdbcRepositoryFactoryBean<T extends Repository<S, ID>, S, ID extend
@ -191,6 +191,7 @@ public class SqlGeneratorContextBasedNamingStrategyUnitTests {
@@ -191,6 +191,7 @@ public class SqlGeneratorContextBasedNamingStrategyUnitTests {
@ -198,6 +199,7 @@ public class SqlGeneratorContextBasedNamingStrategyUnitTests {
@@ -198,6 +199,7 @@ public class SqlGeneratorContextBasedNamingStrategyUnitTests {
ReferencedEntityref;
}
@SuppressWarnings("unused")
staticclassReferencedEntity{
@IdLongl1id;
@ -205,6 +207,7 @@ public class SqlGeneratorContextBasedNamingStrategyUnitTests {
@@ -205,6 +207,7 @@ public class SqlGeneratorContextBasedNamingStrategyUnitTests {
@ -122,12 +122,10 @@ public class SqlGeneratorFixedNamingStrategyUnitTests {
@@ -122,12 +122,10 @@ public class SqlGeneratorFixedNamingStrategyUnitTests {
assertThat(sql).isEqualTo("DELETE FROM FixedCustomSchema.FixedCustomTablePrefix_ReferencedEntity "+
"WHERE FixedCustomSchema.FixedCustomTablePrefix_DummyEntity IS NOT NULL");
assertThat(sql).isEqualTo("DELETE FROM FixedCustomSchema.FixedCustomTablePrefix_ReferencedEntity "
+"WHERE FixedCustomSchema.FixedCustomTablePrefix_DummyEntity IS NOT NULL");
}
@Test// DATAJDBC-107
@ -158,12 +156,10 @@ public class SqlGeneratorFixedNamingStrategyUnitTests {
@@ -158,12 +156,10 @@ public class SqlGeneratorFixedNamingStrategyUnitTests {
@ -131,8 +132,8 @@ public class JdbcRepositoryIdGenerationIntegrationTests {
@@ -131,8 +132,8 @@ public class JdbcRepositoryIdGenerationIntegrationTests {
@ -152,8 +153,8 @@ public class JdbcRepositoryIdGenerationIntegrationTests {
@@ -152,8 +153,8 @@ public class JdbcRepositoryIdGenerationIntegrationTests {