| Package | Description |
|---|---|
| org.javers.model.domain | |
| org.javers.model.domain.changeType | |
| org.javers.model.mapping | |
| org.javers.model.object.graph |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyChange.getProperty()
Affected property
|
| Constructor and Description |
|---|
PropertyChange(GlobalCdoId globalCdoId,
Diff parent,
Property property) |
| Constructor and Description |
|---|
ReferenceAdded(GlobalCdoId globalCdoId,
Diff parent,
Property property,
GlobalCdoId reference) |
ReferenceChanged(GlobalCdoId globalCdoId,
Diff parent,
Property property,
GlobalCdoId leftReference,
GlobalCdoId rightReference) |
ReferenceRemoved(GlobalCdoId globalCdoId,
Diff parent,
Property property,
GlobalCdoId reference) |
ValueAdded(GlobalCdoId globalCdoId,
Diff parent,
Property property,
Object value) |
ValueAddOrRemove(GlobalCdoId globalCdoId,
Diff parent,
Property property,
Object value) |
ValueChange(GlobalCdoId globalCdoId,
Diff parent,
Property property,
Object leftValue,
Object rightValue) |
ValueRemoved(GlobalCdoId globalCdoId,
Diff parent,
Property property,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanProperty
Immutable
|
class |
FieldProperty
Immutable
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
ManagedClass.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
Entity.getIdProperty() |
Property |
ManagedClass.getProperty(String withName) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
ManagedClass.getMultiReferences() |
List<Property> |
ManagedClass.getProperties() |
List<Property> |
ManagedClass.getSingleReferences() |
abstract List<Property> |
PropertyScanner.scan(Class<?> entityClass) |
List<Property> |
FieldBasedPropertyScanner.scan(Class<?> valueObjectClass) |
List<Property> |
BeanBasedPropertyScanner.scan(Class<?> entityClass) |
| Constructor and Description |
|---|
Entity(Class<S> sourceClass,
List<Property> properties) |
ManagedClass(Class<S> sourceClass,
List<Property> properties) |
ValueObject(Class<S> sourceClass,
List<Property> properties) |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
Edge.property |
| Modifier and Type | Method and Description |
|---|---|
Property |
Edge.getProperty() |
| Constructor and Description |
|---|
Edge(Property property) |
MultiEdge(Property property) |
SingleEdge(Property property,
ObjectNode referenceTarget) |
Copyright © 2013. All rights reserved.