当前页面:
在线文档首页 >
JBoss 3.2.7 server API Documentation 英文版文档
PkFieldMetaData (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档
org.jboss.ejb.plugins.jaws.metadata
Class PkFieldMetaData
java.lang.Object
org.jboss.ejb.plugins.jaws.metadata.PkFieldMetaData
- public class PkFieldMetaData
- extends Object
This is a wrapper class that holds all the
information JawsPersistenceManager commands
need about a primary key field.
This class was org.jboss.ejb.plugins.PkFieldInfo
- Version:
- $Revision: 1.4 $
- Author:
- Justin Forder, Sebastien Alborini
- See Also:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PkFieldMetaData
public PkFieldMetaData(Field pkField,
CMPFieldMetaData cmpField,
JawsEntityMetaData jawsEntity)
PkFieldMetaData
public PkFieldMetaData(CMPFieldMetaData cmpField,
JawsEntityMetaData jawsEntity)
getName
public final String getName()
getPkField
public final Field getPkField()
getCMPField
public final Field getCMPField()
getJDBCType
public final int getJDBCType()
getSQLType
public final String getSQLType()
getColumnName
public final String getColumnName()
getJawsEntity
public JawsEntityMetaData getJawsEntity()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.