public final class SerializableProxy extends AbstractSerializableProxy
Constructor and Description |
---|
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Boolean readOnly,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType)
|
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Boolean readOnly,
String sessionFactoryUuid,
boolean allowLoadOutsideTransaction,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType) |
Modifier and Type | Method and Description |
---|---|
protected CompositeType |
getComponentIdType() |
protected String |
getEntityName() |
protected Serializable |
getId() |
protected Class |
getIdentifierGetterMethodClass() |
protected String |
getIdentifierGetterMethodName() |
protected Class |
getIdentifierSetterMethodClass() |
protected String |
getIdentifierSetterMethodName() |
protected Class[] |
getIdentifierSetterMethodParams() |
protected Class[] |
getInterfaces() |
protected Class |
getPersistentClass() |
afterDeserialization, setReadOnlyBeforeAttachedToSession
@Deprecated public SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
public SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, String sessionFactoryUuid, boolean allowLoadOutsideTransaction, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
protected String getEntityName()
getEntityName
in class AbstractSerializableProxy
protected Serializable getId()
getId
in class AbstractSerializableProxy
protected Class getPersistentClass()
protected Class[] getInterfaces()
protected String getIdentifierGetterMethodName()
protected Class getIdentifierGetterMethodClass()
protected String getIdentifierSetterMethodName()
protected Class getIdentifierSetterMethodClass()
protected Class[] getIdentifierSetterMethodParams()
protected CompositeType getComponentIdType()
Copyright © 2019 JBoss by Red Hat. All rights reserved.