@MappedSuperclass public class JPABase extends Object implements Serializable, Model
Modifier and Type | Class and Description |
---|---|
static class |
JPABase.JPAQueryException |
Model.BinaryField, Model.Choices, Model.Factory, Model.Manager, Model.Property
Modifier and Type | Field and Description |
---|---|
boolean |
willBeSaved |
Constructor and Description |
---|
JPABase() |
Modifier and Type | Method and Description |
---|---|
void |
_delete() |
Object |
_key() |
void |
_save() |
static EntityManager |
em() |
static EntityManager |
em(String name)
Retrieve the current entityManager
|
boolean |
equals(Object other)
JPASupport instances a and b are equals if either a == b or a and b have same
key and class |
Object |
getEntityId()
Deprecated.
|
int |
hashCode() |
boolean |
isPersistent() |
boolean |
isPersistent(String name) |
String |
toString() |
public static EntityManager em(String name)
public static EntityManager em()
public boolean isPersistent(String name)
public boolean isPersistent()
public boolean equals(Object other)
key
and class@Deprecated public Object getEntityId()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly