|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.datastore.mapping.AbstractPersistentProperty
org.springframework.datastore.mapping.types.Association<T>
org.springframework.datastore.mapping.types.ToOne<T>
public abstract class ToOne<T>
| Field Summary |
|---|
| Fields inherited from class org.springframework.datastore.mapping.types.Association |
|---|
DEFAULT_CHILD_CASCADE, DEFAULT_OWNER_CASCADE |
| Fields inherited from class org.springframework.datastore.mapping.AbstractPersistentProperty |
|---|
context, name, owner, type |
| Constructor Summary | |
|---|---|
ToOne(PersistentEntity owner,
MappingContext context,
PropertyDescriptor descriptor)
|
|
ToOne(PersistentEntity owner,
MappingContext context,
String name,
Class type)
|
|
| Method Summary | |
|---|---|
boolean |
isForeignKeyInChild()
|
void |
setForeignKeyInChild(boolean foreignKeyInChild)
|
| Methods inherited from class org.springframework.datastore.mapping.types.Association |
|---|
doesCascade, getAssociatedEntity, getCascadeOperations, getFetchStrategy, getInverseSide, getReferencedPropertyName, isBidirectional, isList, isOwningSide, setAssociatedEntity, setFetchStrategy, setOwningSide, setReferencedPropertyName, toString |
| Methods inherited from class org.springframework.datastore.mapping.AbstractPersistentProperty |
|---|
getCapitilizedName, getName, getOwner, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.springframework.datastore.mapping.PersistentProperty |
|---|
getMapping |
| Constructor Detail |
|---|
public ToOne(PersistentEntity owner,
MappingContext context,
PropertyDescriptor descriptor)
public ToOne(PersistentEntity owner,
MappingContext context,
String name,
Class type)
| Method Detail |
|---|
public void setForeignKeyInChild(boolean foreignKeyInChild)
public boolean isForeignKeyInChild()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||