public class SharedRecordEntityTuplizer
extends org.hibernate.tuple.entity.AbstractEntityTuplizer
ExternalRecordEntity
s.Constructor and Description |
---|
SharedRecordEntityTuplizer(org.hibernate.tuple.entity.EntityMetamodel entityMetamodel,
org.hibernate.mapping.PersistentClass mappedEntity)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
protected org.hibernate.tuple.Instantiator |
buildInstantiator(org.hibernate.metamodel.binding.EntityBinding mappingInfo) |
protected org.hibernate.tuple.Instantiator |
buildInstantiator(org.hibernate.mapping.PersistentClass mappingInfo) |
protected org.hibernate.property.Getter |
buildPropertyGetter(org.hibernate.metamodel.binding.AttributeBinding mappedProperty) |
protected org.hibernate.property.Getter |
buildPropertyGetter(org.hibernate.mapping.Property mappedProperty,
org.hibernate.mapping.PersistentClass mappedEntity) |
protected org.hibernate.property.Setter |
buildPropertySetter(org.hibernate.metamodel.binding.AttributeBinding mappedProperty) |
protected org.hibernate.property.Setter |
buildPropertySetter(org.hibernate.mapping.Property mappedProperty,
org.hibernate.mapping.PersistentClass mappedEntity) |
protected org.hibernate.proxy.ProxyFactory |
buildProxyFactory(org.hibernate.metamodel.binding.EntityBinding mappingInfo,
org.hibernate.property.Getter idGetter,
org.hibernate.property.Setter idSetter) |
protected org.hibernate.proxy.ProxyFactory |
buildProxyFactory(org.hibernate.mapping.PersistentClass mappingInfo,
org.hibernate.property.Getter idGetter,
org.hibernate.property.Setter idSetter) |
String |
determineConcreteSubclassEntityName(Object entityInstance,
org.hibernate.engine.spi.SessionFactoryImplementor factory) |
Class<?> |
getConcreteProxyClass() |
org.hibernate.EntityMode |
getEntityMode() |
org.hibernate.EntityNameResolver[] |
getEntityNameResolvers() |
Class<?> |
getMappedClass() |
boolean |
isInstrumented() |
afterInitialize, createProxy, getComponentValue, getEntityMetamodel, getEntityName, getFactory, getGetter, getIdentifier, getIdentifier, getIdentifierGetter, getIdentifierMapperType, getInstantiator, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValuesToInsert, getProxyFactory, getSubclassEntityNames, getVersion, getVersionGetter, hasProxy, hasUninitializedLazyProperties, instantiate, instantiate, instantiate, isInstance, isLifecycleImplementor, resetIdentifier, resetIdentifier, setIdentifier, setIdentifier, setPropertyValue, setPropertyValue, setPropertyValues, shouldGetAllProperties, toString
public SharedRecordEntityTuplizer(org.hibernate.tuple.entity.EntityMetamodel entityMetamodel, org.hibernate.mapping.PersistentClass mappedEntity)
entityMetamodel
- mappedEntity
- public org.hibernate.EntityMode getEntityMode()
protected org.hibernate.property.Getter buildPropertyGetter(org.hibernate.mapping.Property mappedProperty, org.hibernate.mapping.PersistentClass mappedEntity)
buildPropertyGetter
in class org.hibernate.tuple.entity.AbstractEntityTuplizer
protected org.hibernate.property.Getter buildPropertyGetter(org.hibernate.metamodel.binding.AttributeBinding mappedProperty)
buildPropertyGetter
in class org.hibernate.tuple.entity.AbstractEntityTuplizer
protected org.hibernate.property.Setter buildPropertySetter(org.hibernate.mapping.Property mappedProperty, org.hibernate.mapping.PersistentClass mappedEntity)
buildPropertySetter
in class org.hibernate.tuple.entity.AbstractEntityTuplizer
protected org.hibernate.property.Setter buildPropertySetter(org.hibernate.metamodel.binding.AttributeBinding mappedProperty)
buildPropertySetter
in class org.hibernate.tuple.entity.AbstractEntityTuplizer
protected org.hibernate.tuple.Instantiator buildInstantiator(org.hibernate.mapping.PersistentClass mappingInfo)
buildInstantiator
in class org.hibernate.tuple.entity.AbstractEntityTuplizer
protected org.hibernate.tuple.Instantiator buildInstantiator(org.hibernate.metamodel.binding.EntityBinding mappingInfo)
buildInstantiator
in class org.hibernate.tuple.entity.AbstractEntityTuplizer
protected org.hibernate.proxy.ProxyFactory buildProxyFactory(org.hibernate.mapping.PersistentClass mappingInfo, org.hibernate.property.Getter idGetter, org.hibernate.property.Setter idSetter)
buildProxyFactory
in class org.hibernate.tuple.entity.AbstractEntityTuplizer
protected org.hibernate.proxy.ProxyFactory buildProxyFactory(org.hibernate.metamodel.binding.EntityBinding mappingInfo, org.hibernate.property.Getter idGetter, org.hibernate.property.Setter idSetter)
buildProxyFactory
in class org.hibernate.tuple.entity.AbstractEntityTuplizer
public Class<?> getMappedClass()
public Class<?> getConcreteProxyClass()
public boolean isInstrumented()
public org.hibernate.EntityNameResolver[] getEntityNameResolvers()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.