public class PojoComponentTuplizer extends AbstractComponentTuplizer
ComponentTuplizer
specific to the pojo entity mode.Type | Property and Description |
---|---|
boolean |
hasParent
Does the component managed by this tuuplizer contain a parent property?
|
getters, hasCustomAccessors, instantiator, propertySpan, setters
Constructor and Description |
---|
PojoComponentTuplizer(Component component) |
Modifier and Type | Method and Description |
---|---|
protected Getter |
buildGetter(Component component,
Property prop) |
protected Instantiator |
buildInstantiator(Component component) |
protected Setter |
buildSetter(Component component,
Property prop) |
Class |
getMappedClass()
Return the pojo class managed by this tuplizer.
|
Object |
getParent(Object component)
Retreive the current value of the parent property.
|
Object[] |
getPropertyValues(Object component)
Extract the current values contained on the given entity.
|
boolean |
hasParentProperty()
Does the component managed by this tuuplizer contain a parent property?
|
boolean |
isMethodOf(Method method)
Is the given method available via the managed component as a property getter?
|
void |
setParent(Object component,
Object parent,
SessionFactoryImplementor factory)
Set the value of the parent property.
|
void |
setPropertyValues(Object component,
Object[] values)
Inject the given values into the given entity.
|
getGetter, getPropertyValue, instantiate, isInstance
public boolean hasParentProperty
hasParentProperty
in interface ComponentTuplizer
hasParentProperty
in class AbstractComponentTuplizer
public PojoComponentTuplizer(Component component)
public Class getMappedClass()
Tuplizer
public Object[] getPropertyValues(Object component) throws HibernateException
Tuplizer
getPropertyValues
in interface Tuplizer
getPropertyValues
in class AbstractComponentTuplizer
component
- The entity from which to extract values.HibernateException
public void setPropertyValues(Object component, Object[] values) throws HibernateException
Tuplizer
setPropertyValues
in interface Tuplizer
setPropertyValues
in class AbstractComponentTuplizer
component
- The entity.values
- The values to be injected.HibernateException
public Object getParent(Object component)
ComponentTuplizer
getParent
in interface ComponentTuplizer
getParent
in class AbstractComponentTuplizer
component
- The component instance from which to extract the parent
property value.public boolean hasParentProperty()
ComponentTuplizer
hasParentProperty
in interface ComponentTuplizer
hasParentProperty
in class AbstractComponentTuplizer
public boolean isMethodOf(Method method)
ComponentTuplizer
isMethodOf
in interface ComponentTuplizer
isMethodOf
in class AbstractComponentTuplizer
method
- The method which to check against the managed component.public void setParent(Object component, Object parent, SessionFactoryImplementor factory)
ComponentTuplizer
setParent
in interface ComponentTuplizer
setParent
in class AbstractComponentTuplizer
component
- The component instance on which to set the parent.parent
- The parent to be set on the comonent.factory
- The current session factory.protected Instantiator buildInstantiator(Component component)
buildInstantiator
in class AbstractComponentTuplizer
protected Getter buildGetter(Component component, Property prop)
buildGetter
in class AbstractComponentTuplizer
protected Setter buildSetter(Component component, Property prop)
buildSetter
in class AbstractComponentTuplizer
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.