| Package | Description |
|---|---|
| com.impetus.kundera.configure | |
| com.impetus.kundera.metadata.model | |
| com.impetus.kundera.metadata.processor | |
| com.impetus.kundera.persistence |
| Modifier and Type | Method and Description |
|---|---|
private void |
MetamodelConfiguration.processGeneratedValueAnnotation(Class<?> clazz,
String persistenceUnit,
EntityMetadata m,
Map<String,IdDiscriptor> entityNameToKeyDiscriptorMap) |
private List<Class<?>> |
MetamodelConfiguration.scanClassAndPutMetadata(InputStream bits,
Reader reader,
Map<String,EntityMetadata> entityMetadataMap,
Map<String,Class<?>> entityNameToClassMap,
String persistenceUnit,
String client,
Map<String,List<String>> clazzToPuMap,
Map<String,IdDiscriptor> entityNameToKeyDiscriptorMap)
Scan class and put metadata.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,IdDiscriptor> |
MetamodelImpl.keyValues
Entity name to id discriptor.
|
| Modifier and Type | Method and Description |
|---|---|
IdDiscriptor |
MetamodelImpl.getKeyValue(String entityName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetamodelImpl.addKeyValues(Map<String,IdDiscriptor> keyDiscriptors) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedValueProcessor.process(Class<?> clazz,
Field idField,
EntityMetadata m,
Map<String,IdDiscriptor> entityNameToKeyDiscriptorMap) |
| Modifier and Type | Method and Description |
|---|---|
private Object |
IdGenerator.onSequenceGenerator(EntityMetadata m,
Client<?> client,
IdDiscriptor keyValue,
Object e)
Generate Id when given sequence generation strategy.
|
private Object |
IdGenerator.onTableGenerator(EntityMetadata m,
Client<?> client,
IdDiscriptor keyValue,
Object e)
Generate Id when given table generation strategy.
|
Copyright © 2015. All Rights Reserved.