- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- createNativeQuery
NativeQuery createNativeQuery(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- createQuery
EqlQuery!(T) createQuery(string eql)
Undocumented in source. Be warned that the author may not have intended to support it.
- createQuery
EqlQuery!(T) createQuery(string query_eql, Pageable page)
Undocumented in source. Be warned that the author may not have intended to support it.
- createQuery
TypedQuery!(T, F) createQuery(CriteriaQuery!(T, F) query)
Undocumented in source. Be warned that the author may not have intended to support it.
- createQuery
Query!(T) createQuery(CriteriaDelete!T query)
Undocumented in source. Be warned that the author may not have intended to support it.
- createQuery
Query!(T) createQuery(CriteriaUpdate!T query)
Undocumented in source. Be warned that the author may not have intended to support it.
- find
T find(P primaryKeyOrT)
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCriteriaBuilder
CriteriaBuilder getCriteriaBuilder()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDatabase
deprecated Database getDatabase()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDbOption
DatabaseOption getDbOption()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDbPoolInfo
string getDbPoolInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDialect
Dialect getDialect()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPrefix
string getPrefix()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSession
EntitySession getSession()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTransaction
EntityTransaction getTransaction()
Undocumented in source. Be warned that the author may not have intended to support it.
- merge
int merge(T entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- persist
T persist(T entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
int remove(P primaryKeyOrT)
Undocumented in source. Be warned that the author may not have intended to support it.