Getter methods
This is the collection of getter methods within the PostgresPersister
interface. There are only two getter methods, getStore
and getSql
.
getStore
The getStore
method returns a reference to the underlying Store
or MergeableStore
that is backing this Persister
object.
getSql
The getSql
method returns a reference to the database connection the Store
is being persisted to.