com.triactive.jdo.util
Class MacroString.IdentifierMacro
java.lang.Object
com.triactive.jdo.util.MacroString.IdentifierMacro
- Enclosing class:
- MacroString
- public static class MacroString.IdentifierMacro
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
unparsed
public final java.lang.String unparsed
clazz
public final java.lang.Class clazz
fieldName
public final java.lang.String fieldName
subfieldName
public final java.lang.String subfieldName
value
public java.lang.String value
toString
public java.lang.String toString()
resolve
public void resolve(StoreManager storeMgr)
- Resolves the identifier macro.
The fields clazz, fieldName, and
subfieldName are taken as inputs, and the value
field is set to the SQL identifier of the corresponding database
table or column.
- Parameters:
storeMgr
- The store manager against which to resolve the macro.
Copyright © 2001-2007 The TJDO Project All Rights Reserved.