committed by
Christoph Strobl
parent
ea9700e1a9
commit
a918f49a29
@@ -40,6 +40,7 @@ abstract class EntityGraphFactory {
|
||||
/**
|
||||
* Create an {@link EntityGraph} from a collection of properties.
|
||||
*
|
||||
* @param entityManager
|
||||
* @param domainType
|
||||
* @param properties
|
||||
*/
|
||||
|
||||
@@ -44,8 +44,6 @@ import org.springframework.util.Assert;
|
||||
public class JpaMetamodel {
|
||||
|
||||
private static final Map<Metamodel, JpaMetamodel> CACHE = new ConcurrentHashMap<>(4);
|
||||
private static final Set<PersistenceType> ENTITY_OR_MAPPED_SUPERCLASS = EnumSet.of(PersistenceType.ENTITY,
|
||||
PersistenceType.MAPPED_SUPERCLASS);
|
||||
|
||||
private final Metamodel metamodel;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ public class CustomGenericJpaRepository<T, ID extends Serializable> extends Simp
|
||||
CustomGenericRepository<T, ID> {
|
||||
|
||||
/**
|
||||
* @param domainClass
|
||||
* @param metadata
|
||||
* @param entityManager
|
||||
*/
|
||||
public CustomGenericJpaRepository(JpaEntityInformation<T, ID> metadata, EntityManager entityManager) {
|
||||
|
||||
Reference in New Issue
Block a user