@ -50,54 +50,30 @@ public final class DefaultRevisionMetadata implements RevisionMetadata<Integer>
@@ -50,54 +50,30 @@ public final class DefaultRevisionMetadata implements RevisionMetadata<Integer>
@ -112,10 +88,6 @@ public final class DefaultRevisionMetadata implements RevisionMetadata<Integer>
@@ -112,10 +88,6 @@ public final class DefaultRevisionMetadata implements RevisionMetadata<Integer>
@ -58,10 +58,6 @@ public class EnversRevisionRepositoryFactoryBean<T extends RevisionRepository<S,
@@ -58,10 +58,6 @@ public class EnversRevisionRepositoryFactoryBean<T extends RevisionRepository<S,
@ -83,10 +83,6 @@ public class EnversRevisionRepositoryImpl<T, ID, N extends Number & Comparable<N
@@ -83,10 +83,6 @@ public class EnversRevisionRepositoryImpl<T, ID, N extends Number & Comparable<N
@ -104,10 +100,6 @@ public class EnversRevisionRepositoryImpl<T, ID, N extends Number & Comparable<N
@@ -104,10 +100,6 @@ public class EnversRevisionRepositoryImpl<T, ID, N extends Number & Comparable<N
@ -50,10 +50,6 @@ public class ReflectionRevisionEntityInformation implements RevisionEntityInform
@@ -50,10 +50,6 @@ public class ReflectionRevisionEntityInformation implements RevisionEntityInform
@ -41,10 +41,6 @@ public abstract class AbstractPersistable<PK extends Serializable> implements Pe
@@ -41,10 +41,6 @@ public abstract class AbstractPersistable<PK extends Serializable> implements Pe
@ -71,19 +67,11 @@ public abstract class AbstractPersistable<PK extends Serializable> implements Pe
@@ -71,19 +67,11 @@ public abstract class AbstractPersistable<PK extends Serializable> implements Pe
returnnull==getId();
}
/*
*(non-Javadoc)
*@seejava.lang.Object#toString()
*/
@Override
publicStringtoString(){
returnString.format("Entity of type %s with id: %s",this.getClass().getName(),getId());
}
/*
*(non-Javadoc)
*@seejava.lang.Object#equals(java.lang.Object)
*/
@Override
publicbooleanequals(Objectobj){
@ -104,10 +92,6 @@ public abstract class AbstractPersistable<PK extends Serializable> implements Pe
@@ -104,10 +92,6 @@ public abstract class AbstractPersistable<PK extends Serializable> implements Pe
@ -37,10 +37,6 @@ public class AuditingBeanFactoryPostProcessor implements BeanFactoryPostProcesso
@@ -37,10 +37,6 @@ public class AuditingBeanFactoryPostProcessor implements BeanFactoryPostProcesso
@ -46,10 +42,6 @@ public class CollectionAwareProjectionFactory extends SpelAwareProxyProjectionFa
@@ -46,10 +42,6 @@ public class CollectionAwareProjectionFactory extends SpelAwareProxyProjectionFa
@ -44,10 +44,6 @@ public class AuditingBeanDefinitionParser implements BeanDefinitionParser {
@@ -44,10 +44,6 @@ public class AuditingBeanDefinitionParser implements BeanDefinitionParser {
@ -48,28 +48,16 @@ public class JpaMetamodelMappingContextFactoryBean extends AbstractFactoryBean<J
@@ -48,28 +48,16 @@ public class JpaMetamodelMappingContextFactoryBean extends AbstractFactoryBean<J
@ -77,55 +77,31 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@@ -77,55 +77,31 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@ -149,10 +125,6 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@@ -149,10 +125,6 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@ -162,10 +134,6 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@@ -162,10 +134,6 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@ -176,10 +144,6 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@@ -176,10 +144,6 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@ -227,10 +191,6 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@@ -227,10 +191,6 @@ public class JpaRepositoryConfigExtension extends RepositoryConfigurationExtensi
@ -42,19 +42,11 @@ public class DefaultJpaEntityMetadata<T> implements JpaEntityMetadata<T> {
@@ -42,19 +42,11 @@ public class DefaultJpaEntityMetadata<T> implements JpaEntityMetadata<T> {
@ -48,19 +48,11 @@ public class JpaCountQueryCreator extends JpaQueryCreator {
@@ -48,19 +48,11 @@ public class JpaCountQueryCreator extends JpaQueryCreator {
@ -114,29 +114,17 @@ public class JpaQueryCreator extends AbstractQueryCreator<CriteriaQuery<? extend
@@ -114,29 +114,17 @@ public class JpaQueryCreator extends AbstractQueryCreator<CriteriaQuery<? extend
@ -304,10 +296,6 @@ public abstract class JpaQueryExecution {
@@ -304,10 +296,6 @@ public abstract class JpaQueryExecution {
privatestaticfinalStringNO_SURROUNDING_TRANSACTION="You're trying to execute a @Procedure method without a surrounding transaction that keeps the connection open so that the ResultSet can actually be consumed. Make sure the consumer code uses @Transactional or any other way of declaring a (read-only) transaction.";
@ -59,10 +59,6 @@ final class NativeJpaQuery extends AbstractStringBasedJpaQuery {
@@ -59,10 +59,6 @@ final class NativeJpaQuery extends AbstractStringBasedJpaQuery {
@ -97,29 +97,17 @@ public class PartTreeJpaQuery extends AbstractJpaQuery {
@@ -97,29 +97,17 @@ public class PartTreeJpaQuery extends AbstractJpaQuery {
@ -60,19 +60,11 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@@ -60,19 +60,11 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@ -132,10 +124,6 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@@ -132,10 +124,6 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@ -245,47 +233,27 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@@ -245,47 +233,27 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@ -294,28 +262,16 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@@ -294,28 +262,16 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@ -323,10 +279,6 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@@ -323,10 +279,6 @@ class CrudMethodMetadataPostProcessor implements RepositoryProxyPostProcessor, B
@ -37,19 +37,11 @@ public class JpaEvaluationContextExtension implements EvaluationContextExtension
@@ -37,19 +37,11 @@ public class JpaEvaluationContextExtension implements EvaluationContextExtension
@ -90,10 +90,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@@ -90,10 +90,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@ -139,10 +135,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@@ -139,10 +135,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@ -178,38 +170,22 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@@ -178,38 +170,22 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@ -222,10 +198,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@@ -222,10 +198,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@ -234,10 +206,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@@ -234,10 +206,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@ -325,10 +293,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@@ -325,10 +293,6 @@ public class JpaMetamodelEntityInformation<T, ID> extends JpaEntityInformationSu
@ -40,19 +40,11 @@ public class JpaPersistableEntityInformation<T extends Persistable<ID>, ID>
@@ -40,19 +40,11 @@ public class JpaPersistableEntityInformation<T extends Persistable<ID>, ID>
@ -111,10 +111,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@@ -111,10 +111,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@ -155,10 +151,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@@ -155,10 +151,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@ -187,19 +179,11 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@@ -187,19 +179,11 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@ -210,10 +194,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@@ -210,10 +194,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@ -222,10 +202,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@@ -222,10 +202,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@ -233,10 +209,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@@ -233,10 +209,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@ -323,10 +295,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@@ -323,10 +295,6 @@ public class JpaRepositoryFactory extends RepositoryFactorySupport {
@ -85,10 +85,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@@ -85,10 +85,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@ -101,10 +97,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@@ -101,10 +97,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@ -113,10 +105,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@@ -113,10 +105,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@ -126,10 +114,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@@ -126,10 +114,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@ -139,10 +123,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@@ -139,10 +123,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@ -151,10 +131,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@@ -151,10 +131,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@ -167,10 +143,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@@ -167,10 +143,6 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@ -212,19 +184,11 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@@ -212,19 +184,11 @@ public class QuerydslJpaPredicateExecutor<T> implements QuerydslPredicateExecuto
@ -97,10 +97,6 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@@ -97,10 +97,6 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@ -111,28 +107,16 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@@ -111,28 +107,16 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@ -141,10 +125,6 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@@ -141,10 +125,6 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@ -153,10 +133,6 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@@ -153,10 +133,6 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@ -175,19 +151,11 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
@@ -175,19 +151,11 @@ public class QuerydslJpaRepository<T, ID extends Serializable> extends SimpleJpa
"Fluent Query API support for Querydsl is only found in QuerydslJpaPredicateExecutor.");
@ -156,10 +156,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -156,10 +156,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -170,10 +166,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -170,10 +166,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
String.format("No %s entity with id %s exists!",entityInformation.getJavaType(),id),1)));
@ -197,10 +189,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -197,10 +189,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -212,10 +200,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -212,10 +200,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -235,10 +219,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -235,10 +219,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -250,10 +230,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -250,10 +230,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -268,10 +244,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -268,10 +244,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -281,20 +253,12 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -281,20 +253,12 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -324,20 +288,12 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -324,20 +288,12 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -355,10 +311,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -355,10 +311,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -399,19 +351,11 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -399,19 +351,11 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -440,19 +384,11 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -440,19 +384,11 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -463,10 +399,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -463,10 +399,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -477,19 +409,11 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -477,19 +409,11 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -498,19 +422,11 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -498,19 +422,11 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -523,20 +439,12 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -523,20 +439,12 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -548,30 +456,18 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -548,30 +456,18 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -582,10 +478,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -582,10 +478,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -606,28 +498,16 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -606,28 +498,16 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -642,10 +522,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -642,10 +522,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -656,10 +532,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -656,10 +532,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -675,10 +547,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -675,10 +547,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -689,10 +557,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -689,10 +557,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -929,10 +793,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -929,10 +793,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -972,10 +832,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -972,10 +832,6 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -92,10 +92,6 @@ public class ClasspathScanningPersistenceUnitPostProcessor
@@ -92,10 +92,6 @@ public class ClasspathScanningPersistenceUnitPostProcessor
@ -105,10 +101,6 @@ public class ClasspathScanningPersistenceUnitPostProcessor
@@ -105,10 +101,6 @@ public class ClasspathScanningPersistenceUnitPostProcessor
@ -117,10 +109,6 @@ public class ClasspathScanningPersistenceUnitPostProcessor
@@ -117,10 +109,6 @@ public class ClasspathScanningPersistenceUnitPostProcessor
@ -36,10 +36,6 @@ public class MergingPersistenceUnitManager extends DefaultPersistenceUnitManager
@@ -36,10 +36,6 @@ public class MergingPersistenceUnitManager extends DefaultPersistenceUnitManager
@ -53,10 +49,6 @@ public class MergingPersistenceUnitManager extends DefaultPersistenceUnitManager
@@ -53,10 +49,6 @@ public class MergingPersistenceUnitManager extends DefaultPersistenceUnitManager
@ -44,10 +44,6 @@ public class AuditorAwareStub implements AuditorAware<AuditableUser> {
@@ -44,10 +44,6 @@ public class AuditorAwareStub implements AuditorAware<AuditableUser> {
@ -54,9 +54,6 @@ public class EmbeddedIdExampleEmployeePK implements Serializable {
@@ -54,9 +54,6 @@ public class EmbeddedIdExampleEmployeePK implements Serializable {
this.departmentId=departmentId;
}
/*(non-Javadoc)
*@seejava.lang.Object#hashCode()
*/
@Override
publicinthashCode(){
finalintprime=31;
@ -66,9 +63,6 @@ public class EmbeddedIdExampleEmployeePK implements Serializable {
@@ -66,9 +63,6 @@ public class EmbeddedIdExampleEmployeePK implements Serializable {
@ -35,19 +35,11 @@ public class EntityWithAssignedId implements Persistable<UUID> {
@@ -35,19 +35,11 @@ public class EntityWithAssignedId implements Persistable<UUID> {
@ -66,17 +66,11 @@ public class PersistableWithIdClass implements Persistable<PersistableWithIdClas
@@ -66,17 +66,11 @@ public class PersistableWithIdClass implements Persistable<PersistableWithIdClas
@ -47,10 +47,6 @@ public class PersistableWithIdClassPK implements Serializable {
@@ -47,10 +47,6 @@ public class PersistableWithIdClassPK implements Serializable {
this.second=second;
}
/*
*(non-Javadoc)
*@seejava.lang.Object#equals(java.lang.Object)
*/
@Override
publicbooleanequals(Objectobj){
@ -67,10 +63,6 @@ public class PersistableWithIdClassPK implements Serializable {
@@ -67,10 +63,6 @@ public class PersistableWithIdClassPK implements Serializable {
@ -40,10 +40,6 @@ public class PersistableWithSingleIdClassPK implements Serializable {
@@ -40,10 +40,6 @@ public class PersistableWithSingleIdClassPK implements Serializable {
this.first=first;
}
/*
*(non-Javadoc)
*@seejava.lang.Object#equals(java.lang.Object)
*/
@Override
publicbooleanequals(Objectobj){
@ -60,10 +56,6 @@ public class PersistableWithSingleIdClassPK implements Serializable {
@@ -60,10 +56,6 @@ public class PersistableWithSingleIdClassPK implements Serializable {
@ -52,10 +48,6 @@ public class CustomEclipseLinkJpaVendorAdapter extends EclipseLinkJpaVendorAdapt
@@ -52,10 +48,6 @@ public class CustomEclipseLinkJpaVendorAdapter extends EclipseLinkJpaVendorAdapt
@ -39,13 +39,6 @@ public class CustomGenericJpaRepository<T, ID extends Serializable> extends Simp
@@ -39,13 +39,6 @@ public class CustomGenericJpaRepository<T, ID extends Serializable> extends Simp
@ -42,10 +42,6 @@ public class CustomGenericJpaRepositoryFactory extends JpaRepositoryFactory {
@@ -42,10 +42,6 @@ public class CustomGenericJpaRepositoryFactory extends JpaRepositoryFactory {
@ -55,10 +51,6 @@ public class CustomGenericJpaRepositoryFactory extends JpaRepositoryFactory {
@@ -55,10 +51,6 @@ public class CustomGenericJpaRepositoryFactory extends JpaRepositoryFactory {
@ -36,12 +36,6 @@ class CustomGenericJpaRepositoryFactoryBean<T extends JpaRepository<Object, Seri
@@ -36,12 +36,6 @@ class CustomGenericJpaRepositoryFactoryBean<T extends JpaRepository<Object, Seri
@ -36,19 +36,11 @@ public class UserRepositoryImpl implements UserRepositoryCustom {
@@ -36,19 +36,11 @@ public class UserRepositoryImpl implements UserRepositoryCustom {
Assert.notNull(context,"JpaContext must not be null!");