OPENJPA-1986: Merge Compatibility javadoc from trunk.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1202817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard G. Curtis 2011-11-16 18:06:59 +00:00
parent 8400488b08
commit fe5cb1e0d6

View File

@ -553,7 +553,7 @@ public class Compatibility {
* only applies for the case where we are trying to cascade a persist to an Entity which doesn't have a StateManager
* and we can't determine if it is detached.
*
* @since 2.1.x
* @since 2.1.1
*/
public boolean getCheckDatabaseForCascadePersistToDetachedEntity(){
return _checkDatabaseForCascadePersistToDetachedEntity;
@ -564,7 +564,7 @@ public class Compatibility {
* only applies for the case where we are trying to cascade a persist to an Entity which doesn't have a StateManager
* and we can't determine if it is detached.
*
* @since 2.1.x
* @since 2.1.1
*/
public void setCheckDatabaseForCascadePersistToDetachedEntity(boolean b){
_checkDatabaseForCascadePersistToDetachedEntity = b;