|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleValue | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. |
Uses of SimpleValue in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg with parameters of type SimpleValue | |
---|---|
static void |
HbmBinder.bindColumns(org.dom4j.Element node,
SimpleValue simpleValue,
boolean isNullable,
boolean autoColumn,
String propertyPath,
Mappings mappings)
|
static void |
HbmBinder.bindSimpleValue(org.dom4j.Element node,
SimpleValue simpleValue,
boolean isNullable,
String path,
Mappings mappings)
|
Uses of SimpleValue in org.hibernate.mapping |
---|
Subclasses of SimpleValue in org.hibernate.mapping | |
---|---|
class |
Any
A Hibernate "any" type (ie. |
class |
Component
The mapping for a component, composite element, composite identifier, etc. |
class |
DependantValue
A value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key). |
class |
ManyToOne
A many-to-one association mapping |
class |
OneToOne
A one-to-one association mapping |
class |
ToOne
A simple-point association (ie. |
Methods in org.hibernate.mapping with parameters of type SimpleValue | |
---|---|
Object |
ValueVisitor.accept(SimpleValue value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |