org.hibernate.cfg
Class ComponentPropertyHolder
java.lang.Object
org.hibernate.cfg.AbstractPropertyHolder
org.hibernate.cfg.ComponentPropertyHolder
- All Implemented Interfaces:
- PropertyHolder
public class ComponentPropertyHolder
- extends AbstractPropertyHolder
Component implementation of property holder
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentPropertyHolder
public ComponentPropertyHolder(Component component,
String path,
PropertyData inferredData,
PropertyHolder parent,
ExtendedMappings mappings)
getEntityName
public String getEntityName()
addProperty
public void addProperty(Property prop,
Ejb3Column[] columns)
addJoin
public Join addJoin(JoinTable joinTableAnn,
boolean noDelayInPkColumnCreation)
getClassName
public String getClassName()
getEntityOwnerClassName
public String getEntityOwnerClassName()
getTable
public Table getTable()
addProperty
public void addProperty(Property prop)
getIdentifier
public KeyValue getIdentifier()
getPersistentClass
public PersistentClass getPersistentClass()
isComponent
public boolean isComponent()
isEntity
public boolean isEntity()
setParentProperty
public void setParentProperty(String parentProperty)
- Specified by:
setParentProperty
in interface PropertyHolder
- Overrides:
setParentProperty
in class AbstractPropertyHolder
getOverriddenColumn
public Column[] getOverriddenColumn(String propertyName)
- Description copied from class:
AbstractPropertyHolder
- Get column overriding, property first, then parent, then holder
- Specified by:
getOverriddenColumn
in interface PropertyHolder
- Overrides:
getOverriddenColumn
in class AbstractPropertyHolder
getOverriddenJoinColumn
public JoinColumn[] getOverriddenJoinColumn(String propertyName)
- Description copied from class:
AbstractPropertyHolder
- Get column overriding, property first, then parent, then holder
- Specified by:
getOverriddenJoinColumn
in interface PropertyHolder
- Overrides:
getOverriddenJoinColumn
in class AbstractPropertyHolder
Copyright © 2011 Hibernate.org. All Rights Reserved.