mirror of
https://github.com/apache/openjpa.git
synced 2025-03-07 00:49:39 +00:00
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:
parent
8400488b08
commit
fe5cb1e0d6
@ -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
|
* 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.
|
* and we can't determine if it is detached.
|
||||||
*
|
*
|
||||||
* @since 2.1.x
|
* @since 2.1.1
|
||||||
*/
|
*/
|
||||||
public boolean getCheckDatabaseForCascadePersistToDetachedEntity(){
|
public boolean getCheckDatabaseForCascadePersistToDetachedEntity(){
|
||||||
return _checkDatabaseForCascadePersistToDetachedEntity;
|
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
|
* 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.
|
* and we can't determine if it is detached.
|
||||||
*
|
*
|
||||||
* @since 2.1.x
|
* @since 2.1.1
|
||||||
*/
|
*/
|
||||||
public void setCheckDatabaseForCascadePersistToDetachedEntity(boolean b){
|
public void setCheckDatabaseForCascadePersistToDetachedEntity(boolean b){
|
||||||
_checkDatabaseForCascadePersistToDetachedEntity = b;
|
_checkDatabaseForCascadePersistToDetachedEntity = b;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user