📄 simplevalue.html
字号:
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getColumnSpan()"><!-- --></A><H3>
getColumnSpan</H3>
<PRE>
public int <B>getColumnSpan</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/Value.html#getColumnSpan()">getColumnSpan</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getColumnIterator()"><!-- --></A><H3>
getColumnIterator</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A> <B>getColumnIterator</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/Value.html#getColumnIterator()">getColumnIterator</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getConstraintColumns()"><!-- --></A><H3>
getConstraintColumns</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>getConstraintColumns</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTypeName()"><!-- --></A><H3>
getTypeName</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getTypeName</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setTypeName(java.lang.String)"><!-- --></A><H3>
setTypeName</H3>
<PRE>
public void <B>setTypeName</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> type)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setTable(org.hibernate.mapping.Table)"><!-- --></A><H3>
setTable</H3>
<PRE>
public void <B>setTable</B>(<A HREF="../../../org/hibernate/mapping/Table.html" title="class in org.hibernate.mapping">Table</A> table)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createForeignKey()"><!-- --></A><H3>
createForeignKey</H3>
<PRE>
public void <B>createForeignKey</B>() throws <A HREF="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/Value.html#createForeignKey()">createForeignKey</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="createForeignKeyOfEntity(java.lang.String)"><!-- --></A><H3>
createForeignKeyOfEntity</H3>
<PRE>
public void <B>createForeignKeyOfEntity</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> entityName)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html#createForeignKeyOfEntity(java.lang.String)">createForeignKeyOfEntity</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html" title="interface in org.hibernate.mapping">KeyValue</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createIdentifierGenerator(org.hibernate.dialect.Dialect, java.lang.String, java.lang.String, org.hibernate.mapping.RootClass)"><!-- --></A><H3>
createIdentifierGenerator</H3>
<PRE>
public <A HREF="../../../org/hibernate/id/IdentifierGenerator.html" title="interface in org.hibernate.id">IdentifierGenerator</A> <B>createIdentifierGenerator</B>(<A HREF="../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A> dialect, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> defaultCatalog, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> defaultSchema, <A HREF="../../../org/hibernate/mapping/RootClass.html" title="class in org.hibernate.mapping">RootClass</A> rootClass) throws <A HREF="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html#createIdentifierGenerator(org.hibernate.dialect.Dialect, java.lang.String, java.lang.String, org.hibernate.mapping.RootClass)">createIdentifierGenerator</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html" title="interface in org.hibernate.mapping">KeyValue</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/hibernate/MappingException.html" title="class in org.hibernate">MappingException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="isUpdateable()"><!-- --></A><H3>
isUpdateable</H3>
<PRE>
public boolean <B>isUpdateable</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html#isUpdateable()">isUpdateable</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html" title="interface in org.hibernate.mapping">KeyValue</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getFetchMode()"><!-- --></A><H3>
getFetchMode</H3>
<PRE>
public <A HREF="../../../org/hibernate/FetchMode.html" title="class in org.hibernate">FetchMode</A> <B>getFetchMode</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/Value.html#getFetchMode()">getFetchMode</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getIdentifierGeneratorProperties()"><!-- --></A><H3>
getIdentifierGeneratorProperties</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html" title="class or interface in java.util">Properties</A> <B>getIdentifierGeneratorProperties</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNullValue()"><!-- --></A><H3>
getNullValue</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getNullValue</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html#getNullValue()">getNullValue</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html" title="interface in org.hibernate.mapping">KeyValue</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTable()"><!-- --></A><H3>
getTable</H3>
<PRE>
public <A HREF="../../../org/hibernate/mapping/Table.html" title="class in org.hibernate.mapping">Table</A> <B>getTable</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/Value.html#getTable()">getTable</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/Value.html" title="interface in org.hibernate.mapping">Value</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getIdentifierGeneratorStrategy()"><!-- --></A><H3>
getIdentifierGeneratorStrategy</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getIdentifierGeneratorStrategy</B>()</PRE>
<DL>
<DD>Returns the identifierGeneratorStrategy.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>String</DL>
</DD>
</DL>
<HR>
<A NAME="isIdentityColumn(org.hibernate.dialect.Dialect)"><!-- --></A><H3>
isIdentityColumn</H3>
<PRE>
public boolean <B>isIdentityColumn</B>(<A HREF="../../../org/hibernate/dialect/Dialect.html" title="class in org.hibernate.dialect">Dialect</A> dialect)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html#isIdentityColumn(org.hibernate.dialect.Dialect)">isIdentityColumn</A></CODE> in interface <CODE><A HREF="../../../org/hibernate/mapping/KeyValue.html" title="interface in org.hibernate.mapping">KeyValue</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setIdentifierGeneratorProperties(java.util.Properties)"><!-- --></A><H3>
setIdentifierGeneratorProperties</H3>
<PRE>
public void <B>setIdentifierGeneratorProperties</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html" title="class or interface in java.util">Properties</A> identifierGeneratorProperties)</PRE>
<DL>
<DD>Sets the identifierGeneratorProperties.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>identifierGeneratorProperties</CODE> - The identifierGeneratorProperties to set</DL>
</DD>
</DL>
<HR>
<A NAME="setIdentifierGeneratorStrategy(java.lang.String)"><!-- --></A><H3>
setIdentifierGeneratorStrategy</H3>
<PRE>
public void <B>setIdentifierGeneratorStrategy</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> identifierGeneratorStrategy)</PRE>
<DL>
<DD>Sets the identifierGeneratorStrategy.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>identifierGeneratorStrategy</CODE> - The identifierGeneratorStrategy to set</DL>
</DD>
</DL>
<HR>
<A NAME="setNullValue(java.lang.String)"><!-- --></A><H3>
setNullValue</H3>
<PRE>
public void <B>setNullValue</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> nullValue)</PRE>
<DL>
<DD>Sets the nullValue.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nullValue</CODE> - The nullValue to set</DL>
</DD>
</DL>
<HR>
<A NAME="getForeignKeyName()"><!-- --></A><H3>
getForeignKeyName</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getForeignKeyName</B>()</PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -