org.apache.openjpa.jdbc.meta.strats
public class NoneFieldStrategy extends AbstractFieldStrategy
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALIAS |
field
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Return the alias of this strategy.
|
static NoneFieldStrategy |
getInstance()
Return the singleton instance.
|
void |
setFieldMapping(FieldMapping owner)
Set the class mapping using this strategy.
|
appendIndex, appendIsEmpty, appendIsNotEmpty, appendIsNotNull, appendIsNull, appendSize, appendType, assertNotMappedBy, isEagerSelectToMany, isVersionable, join, joinKey, joinKeyRelation, joinRelation, load, load, loadEagerJoin, loadEagerParallel, loadKeyProjection, loadProjection, select, selectEagerJoin, selectEagerParallel, supportsSelect, toDataStoreValue, toKeyDataStoreValue, where
customDelete, customInsert, customUpdate, delete, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
customDelete, customInsert, customUpdate, delete, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update
public static final java.lang.String ALIAS
public static NoneFieldStrategy getInstance()
public java.lang.String getAlias()
Strategy
getAlias
in interface Strategy
getAlias
in class AbstractStrategy
public void setFieldMapping(FieldMapping owner)
FieldStrategy
setFieldMapping
in interface FieldStrategy
setFieldMapping
in class AbstractFieldStrategy