| Package | Description |
|---|---|
| me.prettyprint.hom | |
| me.prettyprint.hom.annotations |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityManagerImpl.initialize(AnnotationScanner scanner,
String[] classpathPrefixArr)
Initialize the manager by scanning the classpath starting with the
classpathPrefix, looking for classes annotated with
Entity. |
| Constructor and Description |
|---|
EntityManagerFactoryImpl(javax.persistence.spi.PersistenceUnitInfo info,
Keyspace space,
AnnotationScanner scanner) |
EntityManagerImpl(Keyspace keyspace,
AnnotationScanner scanner,
String classpathPrefix) |
EntityManagerImpl(Keyspace keyspace,
AnnotationScanner scanner,
String[] classpathPrefix) |
EntityManagerImpl(Keyspace space,
EntityManagerFactoryImpl entityManagerFactory,
String[] packageToScan,
AnnotationScanner scanner) |
EntityManagerImpl(Keyspace keyspace,
String[] classpathPrefix,
ClassCacheMgr cacheMgr,
HectorObjectMapper objMapper,
AnnotationScanner scanner) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAnnotationScanner
Scan for classes annotated with an annotation.
|
Copyright © 2014. All Rights Reserved.