File
Doc
Category
Size
Date
Package
Value.java
API Doc
Hibernate 3.2.5
1298
Sat Feb 12 00:19:50 GMT 2005
org.hibernate.mapping
Value
public interface Value implements Serializable
A value is anything that is persisted by value, instead of by reference. It is essentially a Hibernate Type, together with zero or more columns. Values are wrapped by things with higher level semantics, for example properties, collections, classes.
author
Gavin King
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.Object
accept
(
ValueVisitor
visitor)
public void
createForeignKey
()
public
boolean
[]
getColumnInsertability
()
public
java.util.Iterator
getColumnIterator
()
public
int
getColumnSpan
()
public
boolean
[]
getColumnUpdateability
()
public
org.hibernate.FetchMode
getFetchMode
()
public
Table
getTable
()
public
org.hibernate.type.Type
getType
()
public
boolean
hasFormula
()
public
boolean
isAlternateUniqueKey
()
public
boolean
isNullable
()
public
boolean
isSimpleValue
()
public
boolean
isValid
(
org.hibernate.engine.Mapping
mapping)
public void
setTypeUsingReflection
(
java.lang.String
className,
java.lang.String
propertyName)
Java Code Source