| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.jdbc.meta.strats.AbstractStrategy
org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy
org.apache.openjpa.jdbc.meta.strats.NoneFieldStrategy
public class NoneFieldStrategy
An unmapped field.
| Field Summary | |
|---|---|
| static java.lang.String | ALIAS | 
| Fields inherited from class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy | 
|---|
| field | 
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class org.apache.openjpa.jdbc.meta.strats.AbstractFieldStrategy | 
|---|
| appendIsEmpty, appendIsNotEmpty, appendIsNotNull, appendIsNull, appendSize, assertNotMappedBy, isEagerSelectToMany, isVersionable, join, joinKey, joinKeyRelation, joinRelation, load, load, loadEagerJoin, loadEagerParallel, loadKeyProjection, loadProjection, select, selectEagerJoin, selectEagerParallel, supportsSelect, toDataStoreValue, toKeyDataStoreValue, where | 
| Methods inherited from class org.apache.openjpa.jdbc.meta.strats.AbstractStrategy | 
|---|
| customDelete, customInsert, customUpdate, delete, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.apache.openjpa.jdbc.meta.Strategy | 
|---|
| customDelete, customInsert, customUpdate, delete, initialize, insert, isCustomDelete, isCustomInsert, isCustomUpdate, map, update | 
| Field Detail | 
|---|
public static final java.lang.String ALIAS
| Method Detail | 
|---|
public static NoneFieldStrategy getInstance()
public java.lang.String getAlias()
Strategy
getAlias in interface StrategygetAlias in class AbstractStrategypublic void setFieldMapping(FieldMapping owner)
FieldStrategy
setFieldMapping in interface FieldStrategysetFieldMapping in class AbstractFieldStrategy| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||