| |
|
| java.lang.Object com.bm.introspectors.PrimaryKeyInfo
PrimaryKeyInfo | public class PrimaryKeyInfo (Code) | | This class represents informations about PK fields.
author: Daniel Wiese |
PrimaryKeyInfo | public PrimaryKeyInfo(Id id)(Code) | | Default constructor.
Parameters: id - -the generator type |
PrimaryKeyInfo | public PrimaryKeyInfo(EmbeddedId id)(Code) | | Default constructor.
Parameters: id - -the generator type |
getEmbeddedIDValue | public EmbeddedId getEmbeddedIDValue()(Code) | | Returns the embeddedIDValue.
Returns the embeddedIDValue. |
getGenValue | public GeneratedValue getGenValue()(Code) | | Returns the genType.
Returns the genType. |
getIDValue | public Id getIDValue()(Code) | | Returns the id.
the id |
setGenValue | public void setGenValue(GeneratedValue genValue)(Code) | | Sets the gen value.
Parameters: genValue - - the gen value. |
|
|
|