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 AbstractSerializableProxyprotected Serializable getId()
getId in class AbstractSerializableProxyprotected Class getPersistentClass()
protected Class[] getInterfaces()
protected String getIdentifierGetterMethodName()
protected Class getIdentifierGetterMethodClass()
protected String getIdentifierSetterMethodName()
protected Class getIdentifierSetterMethodClass()
protected Class[] getIdentifierSetterMethodParams()
protected CompositeType getComponentIdType()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.