Package org.apache.torque.manager
Class TestPersistent
java.lang.Object
org.apache.torque.manager.TestPersistent
- All Implemented Interfaces:
Serializable,ObjectModel,Persistent
Dummy Persistent implementation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObjectKey<?> booleanbooleanisNew()voidsave()voidvoidsave(Connection con) voidsetModified(boolean m) voidsetNew(boolean b) voidsetPrimaryKey(String primaryKey) voidsetPrimaryKey(ObjectKey<?> primaryKey)
-
Constructor Details
-
TestPersistent
public TestPersistent()
-
-
Method Details
-
getPrimaryKey
- Specified by:
getPrimaryKeyin interfaceObjectModel- See Also:
-
setPrimaryKey
- Specified by:
setPrimaryKeyin interfaceObjectModel- Throws:
TorqueException- See Also:
-
setPrimaryKey
- Specified by:
setPrimaryKeyin interfaceObjectModel- Throws:
TorqueException- See Also:
-
isModified
public boolean isModified()- Specified by:
isModifiedin interfaceObjectModel- See Also:
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceObjectModel- See Also:
-
setNew
public void setNew(boolean b) - Specified by:
setNewin interfaceObjectModel- See Also:
-
setModified
public void setModified(boolean m) - Specified by:
setModifiedin interfaceObjectModel- See Also:
-
save
- Specified by:
savein interfacePersistent- Throws:
Exception- See Also:
-
save
- Specified by:
savein interfacePersistent- Throws:
Exception- See Also:
-
save
- Specified by:
savein interfacePersistent- Throws:
Exception- See Also:
-