org.ujorm.orm
Class OrmKeyFactory<UJO extends OrmUjo>
java.lang.Object
org.ujorm.core.KeyFactory<UJO>
org.ujorm.orm.OrmKeyFactory<UJO>
- All Implemented Interfaces:
- Serializable
public class OrmKeyFactory<UJO extends OrmUjo>
- extends KeyFactory<UJO>
OrmFactory
- Author:
- ponec
- See Also:
- Serialized Form
|
Method Summary |
protected
|
createKey(String name,
T defaultValue)
Common protected factory method |
|
newRelation()
A PropertyIterator Factory creates an new property and assign a next index. |
| Methods inherited from class org.ujorm.core.KeyFactory |
add, addKey, createKeyList, createKeyName, getKeys, getSuperKeys, getTmpStore, checkLock, lock, lockAndSize, newClassKey, newKey, newKey, newKey, newKeyDefault, newListKey, newListKey, onCreate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrmKeyFactory
public OrmKeyFactory(Class<? extends UJO> type,
boolean propertyCamelCase,
KeyList<?> abstractSuperProperties)
OrmKeyFactory
public OrmKeyFactory(Class<? extends UJO> type,
boolean propertyCamelCase)
OrmKeyFactory
public OrmKeyFactory(Class<? extends UJO> type)
createKey
protected <T> Key<UJO,T> createKey(String name,
T defaultValue)
- Common protected factory method
- Overrides:
createKey in class KeyFactory<UJO extends OrmUjo>
newRelation
public <UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> RelationToMany<UJO,ITEM> newRelation()
- A PropertyIterator Factory creates an new property and assign a next index.
Copyright © 2012. All Rights Reserved.