Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityManager ¶
type EntityManager interface { Insert(entity interface{}) error Update(entity interface{}) error Delete(entity interface{}) error Select(entity interface{}, sql string, args map[string]interface{}) error Get(entity interface{}, sql string, args map[string]interface{}) error SetDebug(value bool) IsDebug() bool BindIn(args ...interface{}) (string, map[string]interface{}) }
func NewEntityManager ¶
func NewEntityManager(dbmap *gorp.DbMap) EntityManager
func NewEntityManagerWithTransaction ¶
func NewEntityManagerWithTransaction(dbmap *gorp.Transaction) EntityManager
Click to show internal directories.
Click to hide internal directories.