|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bm.introspectors.PrimaryKeyInfo
public class PrimaryKeyInfo
This class represents informations about PK fields.
| Constructor Summary | |
|---|---|
PrimaryKeyInfo(javax.persistence.EmbeddedId id)
Default constructor. |
|
PrimaryKeyInfo(javax.persistence.Id id)
Default constructor. |
|
| Method Summary | |
|---|---|
javax.persistence.EmbeddedId |
getEmbeddedIDValue()
Returns the embeddedIDValue. |
javax.persistence.GeneratedValue |
getGenValue()
Returns the genType. |
javax.persistence.Id |
getIDValue()
Returns the id. |
void |
setGenValue(javax.persistence.GeneratedValue genValue)
Sets the gen value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrimaryKeyInfo(javax.persistence.Id id)
id - -
the generator typepublic PrimaryKeyInfo(javax.persistence.EmbeddedId id)
id - -
the generator type| Method Detail |
|---|
public javax.persistence.GeneratedValue getGenValue()
public javax.persistence.Id getIDValue()
public void setGenValue(javax.persistence.GeneratedValue genValue)
genValue - - the gen value.public javax.persistence.EmbeddedId getEmbeddedIDValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||