org.hibernate.cfg
Class Mappings.PropertyReference
java.lang.Object
org.hibernate.cfg.Mappings.PropertyReference
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing interface:
- Mappings
public static final class Mappings.PropertyReference
- extends java.lang.Object
- implements java.io.Serializable
Represents a property-ref mapping.
TODO : currently needs to be exposed because Configuration needs access to it for second-pass processing
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
referencedClass
public final java.lang.String referencedClass
propertyName
public final java.lang.String propertyName
unique
public final boolean unique
Mappings.PropertyReference
public Mappings.PropertyReference(java.lang.String referencedClass,
java.lang.String propertyName,
boolean unique)
Copyright © 2012. All Rights Reserved.