|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChromatticException | |
|---|---|
| org.chromattic.api | |
| Uses of ChromatticException in org.chromattic.api |
|---|
| Subclasses of ChromatticException in org.chromattic.api | |
|---|---|
class |
BuilderException
|
class |
DuplicateNameException
|
class |
MappingException
|
class |
NoSuchPropertyException
|
class |
UndeclaredRepositoryException
Wraps an unexpected RepositoryException that is a checked exception. |
| Methods in org.chromattic.api that throw ChromatticException | ||
|---|---|---|
|
ChromatticSession.create(Class<O> clazz)
Creates a transient instance of the specified object. |
|
|
ChromatticSession.create(Class<O> clazz,
String name)
Creates a transient instance of the specified object. |
|
ObjectQueryBuilder<?> |
ChromatticSession.createQueryBuilder()
|
|
|
ChromatticSession.findById(Class<O> clazz,
String id)
|
|
|
ChromatticSession.findByNode(Class<O> clazz,
javax.jcr.Node node)
|
|
|
ChromatticSession.findByPath(Class<O> clazz,
String relPath)
|
|
|
ChromatticSession.findByPath(Object o,
Class<O> clazz,
String relPath)
|
|
String |
ChromatticSession.getId(Object o)
|
|
String |
ChromatticSession.getName(Object o)
|
|
String |
ChromatticSession.getPath(Object o)
|
|
Status |
ChromatticSession.getStatus(Object o)
|
|
|
ChromatticSession.insert(Class<O> clazz,
String relPath)
Creates a persistent instance of the specified object. |
|
|
ChromatticSession.insert(Object parent,
Class<O> clazz,
String relPath)
Creates a persistent instance of the specified object. |
|
String |
ChromatticSession.persist(Object o)
Persists a transient object relative to the root node. |
|
String |
ChromatticSession.persist(Object parent,
Object child)
Persists a transient object. |
|
String |
ChromatticSession.persist(Object parent,
Object o,
String relPath)
Persists a transient object. |
|
String |
ChromatticSession.persist(Object o,
String relPath)
Persists a transient object. |
|
void |
ChromatticSession.remove(Object o)
|
|
void |
ChromatticSession.save()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||