|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChromatticException | |
|---|---|
| org.chromattic.api | |
| org.chromattic.api.query | |
| 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. |
|
QueryBuilder<?> |
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 name)
Creates a persistent instance of the specified object. |
|
|
ChromatticSession.insert(Object parent,
Class<O> clazz,
String name)
Creates a persistent instance of the specified object. |
|
ChromatticSession |
Chromattic.openSession()
Opens a session and returns it. |
|
ChromatticSession |
Chromattic.openSession(javax.jcr.Credentials credentials)
Opens with the specified credentials a session and returns it. |
|
ChromatticSession |
Chromattic.openSession(javax.jcr.Credentials credentials,
String workspace)
Opens with the specified credentials a session for the specified workspace and returns it. |
|
ChromatticSession |
Chromattic.openSession(String workspace)
Opens a session for the specified workspace and returns it. |
|
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 name)
Persists a transient object. |
|
String |
ChromatticSession.persist(Object o,
String name)
Persists a transient object. |
|
void |
ChromatticSession.remove(Object o)
|
|
void |
ChromatticSession.save()
|
|
| Uses of ChromatticException in org.chromattic.api.query |
|---|
| Methods in org.chromattic.api.query that throw ChromatticException | |
|---|---|
QueryResult<O> |
Query.objects()
Executes the query and return the result as a serie of Chromattic entities. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||