DATAJPA-282 - Polished JavaDoc.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2008-2012 the original author or authors.
|
||||
* Copyright 2008-2013 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -114,7 +114,6 @@ public abstract class QueryUtils {
|
||||
* Adds {@literal order by} clause to the JPQL query. Uses the {@link #DEFAULT_ALIAS} to bind the sorting property to.
|
||||
*
|
||||
* @param query
|
||||
* @param alias
|
||||
* @param sort
|
||||
* @return
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2011-2012 the original author or authors.
|
||||
* Copyright 2011-2013 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -48,7 +48,7 @@ public class JpaMetamodelEntityInformation<T, ID extends Serializable> extends J
|
||||
* Creates a new {@link JpaMetamodelEntityInformation} for the given domain class and {@link Metamodel}.
|
||||
*
|
||||
* @param domainClass must not be {@literal null}.
|
||||
* @param metamodel must not be {@@iteral null}.
|
||||
* @param metamodel must not be {@literal null}.
|
||||
*/
|
||||
public JpaMetamodelEntityInformation(Class<T> domainClass, Metamodel metamodel) {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2008-2011 the original author or authors.
|
||||
* Copyright 2008-2013 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -111,7 +111,7 @@ public enum PersistenceProvider implements QueryExtractor {
|
||||
|
||||
/**
|
||||
* Determines the {@link PersistenceProvider} from the given {@link EntityManager}. If no special one can be
|
||||
* determined {@value #GENERIC_JPA} will be returned.
|
||||
* determined {@link #GENERIC_JPA} will be returned.
|
||||
*
|
||||
* @param em must not be {@literal null}.
|
||||
* @return will never be {@literal null}.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2011-2012 the original author or authors.
|
||||
* Copyright 2011-2013 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -30,7 +30,7 @@ import org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo;
|
||||
* {@code persistence.xml} files into one. This is necessary to allow the declaration of entities in seperate modules.
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
* @see http://jira.springframework.org/browse/SPR-2598
|
||||
* @link http://jira.springframework.org/browse/SPR-2598
|
||||
*/
|
||||
public class MergingPersistenceUnitManager extends DefaultPersistenceUnitManager {
|
||||
|
||||
@@ -38,12 +38,7 @@ public class MergingPersistenceUnitManager extends DefaultPersistenceUnitManager
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
*
|
||||
* @see
|
||||
* org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
|
||||
* #
|
||||
* postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit
|
||||
* .MutablePersistenceUnitInfo)
|
||||
* @see org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager#postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo)
|
||||
*/
|
||||
@Override
|
||||
protected void postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui) {
|
||||
@@ -58,7 +53,7 @@ public class MergingPersistenceUnitManager extends DefaultPersistenceUnitManager
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager#isPersistenceUnitOverrideAllowed()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user