Class BaseObject
java.lang.Object
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.BaseObject
- Direct Known Subclasses:
BaseGenericObjectPool, BaseKeyedPooledObjectFactory, BaseObjectPool, BaseObjectPoolConfig, BasePooledObjectFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()protected voidtoStringAppendFields(StringBuilder builder) Used by sub-classes to include the fields defined by the sub-class in thetoString()output.
-
Constructor Details
-
BaseObject
public BaseObject()
-
-
Method Details
-
toString
-
toStringAppendFields
Used by sub-classes to include the fields defined by the sub-class in thetoString()output.- Parameters:
builder- Field names and values are appended to this object
-