JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
io.ebean.BeanState
Packages that use
BeanState
Package
Description
io.ebean
Core API (see
Database
,
DB
and
Query
).
Uses of
BeanState
in
io.ebean
Methods in
io.ebean
that return
BeanState
Modifier and Type
Method
Description
BeanState
Database.
beanState
(
Object
bean)
Return the BeanState for a given entity bean.
static
BeanState
DB.
beanState
(
Object
bean)
Return the BeanState for a given entity bean.