| Package | Description |
|---|---|
| org.xenei.jena.entities | |
| org.xenei.jena.entities.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityManager.parseClasses(String packageName)
Parses the the classes in a package (and subpackages) looking for Subject
annotated classes.
|
void |
EntityManager.parseClasses(String[] packageNames)
Parses the the classes in an array of packages (and subpackages) looking
for Subject annotated classes.
|
<T> T |
EntityManager.read(Object source,
Class<T> primaryClass,
Class<?>... secondaryClasses)
Read an instance of clazz from source.
|
| Modifier and Type | Method and Description |
|---|---|
PredicateInfo |
MethodParser.parse(Method method)
Parse the class if necessary.
|
void |
EntityManagerImpl.parseClasses(String packageName) |
void |
EntityManagerImpl.parseClasses(String[] packageNames) |
<T> T |
EntityManagerImpl.read(Object source,
Class<T> primaryClass,
Class<?>... secondaryClasses) |
Copyright © 2012-2013 XENEI.com. All Rights Reserved.