com.mizar.persistence.jpa.beans
Class AllIndColumnsBean
java.lang.Object
com.mizar.persistence.jpa.beans.GenericBean
com.mizar.persistence.jpa.beans.AllIndColumnsBean
- All Implemented Interfaces:
- JPAInterface, java.io.Serializable, java.lang.Comparable
@Entity
public class AllIndColumnsBean
- extends GenericBean
- See Also:
- Serialized Form
Methods inherited from class com.mizar.persistence.jpa.beans.GenericBean |
compareTo, equals, getDELETE, getEDIT, getEntityState, getEntityStateLabel, getLogger, getNEW, getREAD, hashCode, isEditable, isNew, setEditable, setEntityState, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AllIndColumnsBean
public AllIndColumnsBean()
setPk
public void setPk(AllIndColumnsPK pk)
getPk
public AllIndColumnsPK getPk()
getPrimaryKeyValue
public java.lang.Object getPrimaryKeyValue()
- Description copied from class:
GenericBean
NOTE: If an implementing bean expects to be extended
by a RowInterface
in a often-used Table, you should override this method in order to avoid
the overheads associated with the reflective code in
JPAUtils.getPrimaryKeyValue(this)
public Object getPrimaryKeyValue(){
return getProperty();
}
In the absence of an overriding method, this method provides a generic method to
get the value of the primary key.
This is especially useful for calls to em.find(object) from within abstract classes
- Overrides:
getPrimaryKeyValue
in class GenericBean
- Returns:
JPAUtils#getPrimaryKeyValue(this)
- See Also:
RowInterface.getPrimaryKeyValue()
getIndexOwner
public java.lang.String getIndexOwner()
getIndexName
public java.lang.String getIndexName()
setTableOwner
public void setTableOwner(java.lang.String tableOwner)
getTableOwner1
public java.lang.String getTableOwner1()
setTableName
public void setTableName(java.lang.String tableName)
getTableName1
public java.lang.String getTableName1()
setColumnName
public void setColumnName(java.lang.String columnName)
getColumnName1
public java.lang.String getColumnName1()
setColumnPosition
public void setColumnPosition(java.lang.Long columnPosition)
getColumnPosition
public java.lang.Long getColumnPosition()
setColumnLength
public void setColumnLength(java.lang.Long columnLength)
getColumnLength
public java.lang.Long getColumnLength()
setCharLength
public void setCharLength(java.lang.Long charLength)
getCharLength
public java.lang.Long getCharLength()
setDescend
public void setDescend(java.lang.String descend)
getDescend
public java.lang.String getDescend()