public abstract class AbstractObjectPersister extends Object implements ObjectPersister
Modifier and Type | Field and Description |
---|---|
protected net.sf.hibernate.persister.ClassPersister |
entityPersister |
protected ImportedObject |
importedObject |
protected PersisterOperations |
persisterOperations |
protected Set<TransientHibernateHandle> |
unsatisfiedObjectDependencies |
Constructor and Description |
---|
AbstractObjectPersister() |
Modifier and Type | Method and Description |
---|---|
Object |
getPrimitivePropertyValue(net.sf.hibernate.persister.ClassPersister entityPersister,
PrimitiveProperty property)
You will need to insert code here everytime you add a custom type.
|
protected <E> E |
getReferencePropertyValue(Class<E> clazz,
String idString,
ImportProcessorContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
persist
protected ImportedObject importedObject
protected net.sf.hibernate.persister.ClassPersister entityPersister
protected Set<TransientHibernateHandle> unsatisfiedObjectDependencies
protected PersisterOperations persisterOperations
public Object getPrimitivePropertyValue(net.sf.hibernate.persister.ClassPersister entityPersister, PrimitiveProperty property) throws net.sf.hibernate.HibernateException
AtlassianXMLDatabinder.parseCustomType(Writer, Type, Object, String)
.net.sf.hibernate.HibernateException
protected <E> E getReferencePropertyValue(Class<E> clazz, String idString, ImportProcessorContext context) throws Exception
Exception
Copyright © 2003–2017 Atlassian. All rights reserved.