public abstract class BaseEntity extends java.lang.Object implements ResultRow
CustomEntityFactory
must subclass this as well, or if a different super class is needed, the subclass must duplicate the behavior here.| Constructor and Description |
|---|
BaseEntity(TxBindings txBindings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
TxBindings |
getBindings() |
int |
hashCode() |
java.lang.String |
toString() |
public BaseEntity(TxBindings txBindings)
public TxBindings getBindings()
getBindings in interface manifold.ext.rt.api.IBindingsBackedgetBindings in interface ResultRowpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2024. All rights reserved.