| Modifier and Type | Method and Description |
|---|---|
static void |
NumberGenerator.createNumberSequence(javax.sql.DataSource dataSource,
java.lang.String key,
java.lang.String startValue,
int type)
Deprecated.
since ages
|
static java.lang.String |
NumberGenerator.getUniqueNumber(javax.sql.DataSource dataSource,
java.lang.String key,
int digits)
Deprecated.
since ages
|
static java.lang.String[] |
NumberGenerator.getUniqueNumbers(javax.sql.DataSource dataSource,
java.lang.String key,
int count)
Deprecated.
since ages
|
static void |
NumberGenerator.initialize(javax.sql.DataSource dataSource,
java.lang.String file)
Deprecated.
since ages
|
static void |
NumberGenerator.removeNumberSequence(javax.sql.DataSource dataSource,
java.lang.String key)
Deprecated.
since ages
|
static void |
NumberGenerator.resetNumberSequence(javax.sql.DataSource dataSource,
java.lang.String key,
java.lang.String startValue,
int type)
Deprecated.
since ages
|
| Modifier and Type | Method and Description |
|---|---|
ItemRemote |
SystemEJB.findRemoteObjectByPK(PK pk) |
ItemRemote |
SystemEJB.findRemoteObjectByPKInternal(PK pk) |
java.util.Map<PK,ItemRemote> |
SystemEJB.findRemoteObjectsByPK(java.util.Collection<PK> pks,
java.util.Set<PK> preloadLanguagePKs,
boolean ignoreMissing)
Fetches
ItemRemote instances for a given collection of PKs. |
void |
ItemRemote.setComposedType(ComposedTypeRemote type) |
void |
ItemEJB.setComposedType(ComposedTypeRemote type) |
| Modifier and Type | Method and Description |
|---|---|
EnumerationValueRemote |
EnumerationValueHome.create(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
EnumerationValueRemote |
EnumerationValue_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
ComposedTypeRemote |
EnumerationManagerEJB.createEnumerationType(PK pkBase,
java.lang.String code,
ComposedTypeRemote valueType) |
EnumerationValueRemote |
EnumerationManagerEJB.createEnumerationValue(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String valueCode,
int number) |
PK |
EnumerationValueEJB.ejbCreate(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
PK |
EnumerationValue_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
EnumerationValueRemote |
EnumerationManagerEJB.getEnumerationValue(ComposedTypeRemote enumerationType,
java.lang.String code) |
EnumerationValueRemote |
EnumerationManagerEJB.getEnumerationValue(java.lang.String enumerationTypeCode,
java.lang.String code) |
java.util.List |
EnumerationManagerEJB.getEnumerationValues(ComposedTypeRemote enumerationType) |
void |
EnumerationValueEJB.setCode(ComposedTypeRemote enumerationType,
java.lang.String newCode) |
void |
EnumerationValueRemote.setCode(ComposedTypeRemote rem,
java.lang.String code) |
void |
EnumerationManagerEJB.sortEnumerationValues(java.util.List enumerationValues) |
| Modifier and Type | Method and Description |
|---|---|
LinkRemote |
GenericLinkBMPBean.create(java.lang.String quali,
PK scrPK,
PK tgtPK,
int seqNr,
int revSeqNr) |
LinkRemote |
LinkHome.create(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
LinkRemote |
LinkManagerEJB.createLink(java.lang.String qual,
ItemRemote source,
ItemRemote target,
int sequenceNumber,
int reverseSequenceNumber) |
LinkRemote |
LinkManagerEJB.createLink(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber)
Deprecated.
since ages
|
LinkRemote |
LinkManagerEJB.createLink(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
void |
LinkManagerEJB.createLinkNoWrap(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
PK |
GenericLinkBMPBean.ejbCreate(java.lang.String quali,
PK scrPK,
PK tgtPK,
int seqNr,
int revSeqNr) |
PK |
LinkEJB.ejbCreate(java.lang.String quali,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaInformationEJB.setComposedType(ComposedTypeRemote type)
Superclass method overridden to avoid searching for a composed type - the meta information item does not have such a type at
all!
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeTools.assureAdmissibleRedeclaration(java.lang.String qualifier,
TypeRemote superType,
TypeRemote type,
int superModifiers,
int modifiers) |
void |
TypeTools.Binding.bind(ItemRemote item,
java.util.Set elements) |
void |
AttributeDescriptorRemote.changeDeclaringEnclosingType(ComposedTypeRemote type) |
void |
AttributeDescriptorEJB.changeDeclaringEnclosingType(ComposedTypeRemote type) |
void |
TypeManagerEJB.changeItemType(ItemRemote item,
ComposedTypeRemote newType) |
protected java.lang.Class |
AtomicTypeEJB.checkClass(java.lang.Class cl,
java.lang.Class superClass) |
protected void |
AttributeDescriptorEJB.checkInheritancePath(AttributeDescriptorRemote superFD,
java.util.List inheritancePath) |
protected void |
TypeManagerEJB.copyDownParentAttributeDescriptor(ComposedTypeRemote newType,
AttributeDescriptorRemote parentDescriptor) |
protected void |
TypeManagerEJB.copySuperTypeData(HierarchieTypeRemote type,
HierarchieTypeRemote newSuperType) |
AttributeDescriptorRemote |
TypeManagerEJB.SubAttributeDescriptorCreator.create() |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
AttributeDescriptorRemote |
AttributeDescriptorHome.create(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.create(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
java.lang.Class param1) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
java.lang.Class javaClass) |
ComposedTypeRemote |
ComposedTypeHome.create(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClass,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
ComposedTypeRemote |
ComposedType_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
AttributeDescriptorRemote |
AttributeDescriptorHome.create(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistentQualifier,
TypeRemote type,
AtomicTypeRemote persistentType,
int modifiers,
ComposedTypeRemote metaType) |
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
CollectionTypeRemote |
CollectionType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
ComposedTypeRemote |
ComposedType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
MapTypeRemote |
MapType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
CollectionTypeRemote |
CollectionType_HJMPWrapper.create(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
CollectionTypeRemote |
CollectionTypeHome.create(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int typeOfCollection) |
MapTypeRemote |
MapTypeHome.create(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
MapTypeRemote |
MapType_HJMPWrapper.create(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
java.lang.Class javaClass) |
AttributeDescriptorRemote |
TypeManagerEJB.createAttributeDescriptor(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType,
boolean reinitialize) |
CollectionTypeRemote |
TypeManagerEJB.createCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType) |
CollectionTypeRemote |
TypeManagerEJB.createCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
MapTypeRemote |
TypeManagerEJB.createMapType(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
ComposedTypeRemote |
TypeManagerEJB.createNonRootComposedType(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ComposedTypeRemote metaType,
boolean copySupertypeData) |
AttributeDescriptorRemote |
TypeManagerEJB.createPropertyDescriptor(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
TypeRemote type,
int modifiers,
ComposedTypeRemote metaType,
java.util.Map sqlColumnDefs,
boolean reinitialize) |
AttributeDescriptorRemote |
TypeManagerEJB.createPropertyDescriptor(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
TypeRemote type,
int modifiers,
ComposedTypeRemote metaType,
java.util.Map sqlColumnDefs,
boolean reinitialize,
java.lang.String realColumnName) |
AttributeDescriptorRemote |
TypeManagerEJB.createPropertyRelationDescriptor(java.lang.String qualifier,
ComposedTypeRemote enclosingType,
ComposedTypeRemote type,
int modifiers,
boolean reinit) |
AttributeDescriptorRemote |
TypeManagerEJB.createRelationDescriptor(PK pkBase,
java.lang.String relationName,
java.lang.String qualifier,
ComposedTypeRemote enclosingType,
ComposedTypeRemote type,
int modifiers,
boolean localized,
boolean reinit,
int typeOfCollection) |
ComposedTypeRemote |
TypeManagerEJB.createRelationType(PK pkBase,
java.lang.String relationQualfier,
boolean localized,
AttributeDescriptorRemote sourceFD,
AttributeDescriptorRemote targetFD) |
ComposedTypeRemote |
TypeManagerEJB.createRootComposedType(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType,
boolean copySupertypeData) |
ComposedTypeRemote |
TypeManagerEJB.createRootRelationType(PK pkBase,
java.lang.String relationQualfier,
ItemDeployment deployment,
boolean copySupertypeData) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class cl) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
PK |
AttributeDescriptorEJB.ejbCreate(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
PK |
AttributeDescriptor_HJMPWrapper.ejbCreate(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
java.lang.Class param1) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
java.lang.Class javaClass) |
PK |
ComposedTypeEJB.ejbCreate(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
PK |
ComposedType_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
PK |
AttributeDescriptorEJB.ejbCreate(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType) |
PK |
AttributeDescriptor_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
PK |
CollectionType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
TypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
ComposedTypeRemote metaType) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
ComposedType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
MapType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
CollectionType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
PK |
CollectionTypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
PK |
MapTypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
PK |
MapType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
void |
AttributeDescriptorEJB.ejbPostCreate(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
void |
AttributeDescriptor_HJMPWrapper.ejbPostCreate(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.Class param1) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
java.lang.Class javaClass) |
void |
ComposedTypeEJB.ejbPostCreate(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
void |
ComposedType_HJMPWrapper.ejbPostCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
void |
AttributeDescriptorEJB.ejbPostCreate(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType) |
void |
AttributeDescriptor_HJMPWrapper.ejbPostCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
void |
CollectionType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
TypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
ComposedTypeRemote metaType) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
ComposedType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
MapType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
CollectionType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
void |
CollectionTypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
void |
MapTypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
void |
MapType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
AtomicTypeRemote |
TypeManagerEJB.getOrCreateAtomicType(PK pkBase,
java.lang.Class javaClass) |
CollectionTypeRemote |
TypeManagerEJB.getOrCreateCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType) |
CollectionTypeRemote |
TypeManagerEJB.getOrCreateCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
protected MapTypeRemote |
TypeManagerEJB.getOrCreateMapType(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType)
checks if there is a maptype for a given argument type and return type.
|
void |
TypeManagerEJB.redeclareAttributeDescriptor(AttributeDescriptorRemote theFD,
TypeRemote type,
int modifiers) |
AttributeDescriptorRemote |
TypeManagerEJB.redeclareAttributeDescriptor(ComposedTypeRemote enclosingType,
java.lang.String qualifier,
TypeRemote type,
int modifiers) |
void |
AttributeDescriptorRemote.reinitializeAttribute(java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
AttributeDescriptorRemote superFD,
java.util.List inheritencePath,
ComposedTypeRemote metaType,
AttributeDescriptorRemote selectionOfDesc) |
void |
AttributeDescriptorEJB.reinitializeAttribute(java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
AttributeDescriptorRemote superFD,
java.util.List inheritencePath,
ComposedTypeRemote metaType,
AttributeDescriptorRemote selectionOfDesc) |
void |
AtomicTypeRemote.reinitializeType(AtomicTypeRemote superType,
java.lang.Class javaClass) |
void |
AtomicTypeEJB.reinitializeType(AtomicTypeRemote superType,
java.lang.Class javaClass) |
void |
CollectionTypeRemote.reinitializeType(TypeRemote elementType,
int typeOfCollection) |
void |
CollectionTypeEJB.reinitializeType(TypeRemote elementType,
int typeOfCollection) |
void |
MapTypeRemote.reinitializeType(TypeRemote keyType,
TypeRemote valueType) |
void |
MapTypeEJB.reinitializeType(TypeRemote keyType,
TypeRemote valueType) |
void |
AttributeDescriptorRemote.setAttributeType(TypeRemote type) |
void |
AttributeDescriptorEJB.setAttributeType(TypeRemote type) |
void |
ComposedTypeEJB.setComposedType(ComposedTypeRemote type)
Superclass method overridden to escape the 'dummy' type pk which is set during initialization when no matching
item type is yet available.
|
void |
TypeManagerEJB.setDeclaredAttributeDescriptors(ComposedTypeRemote enclosingType,
java.util.Set attributeDescriptors) |
void |
AttributeDescriptorRemote.setDontOptimize(boolean dontopt) |
void |
AttributeDescriptorEJB.setDontOptimize(boolean dontopt) |
void |
AttributeDescriptorRemote.setEnclosingType(ComposedTypeRemote enclType) |
void |
AttributeDescriptorEJB.setEnclosingType(ComposedTypeRemote enclosingType) |
void |
AttributeDescriptorRemote.setInitial(boolean init) |
void |
AttributeDescriptorEJB.setInitial(boolean initial) |
void |
AttributeDescriptorRemote.setModifiers(int modifiers) |
void |
AttributeDescriptorEJB.setModifiers(int modifiers) |
void |
AttributeDescriptorRemote.setOptional(boolean optional) |
void |
AttributeDescriptorEJB.setOptional(boolean optional) |
void |
AttributeDescriptorRemote.setPartOf(boolean part) |
void |
AttributeDescriptorEJB.setPartOf(boolean partOf) |
static void |
TypeTools.setPartOf(ItemRemote item,
java.util.Collection elements,
TypeTools.Binding binding) |
void |
AttributeDescriptorRemote.setPrivate(boolean priv) |
void |
AttributeDescriptorEJB.setPrivate(boolean priv) |
void |
AttributeDescriptorRemote.setReadable(boolean readable) |
void |
AttributeDescriptorEJB.setReadable(boolean readable) |
void |
AttributeDescriptorRemote.setRemovable(boolean removable) |
void |
AttributeDescriptorEJB.setRemovable(boolean removable) |
void |
AttributeDescriptorRemote.setSearchable(boolean search) |
void |
AttributeDescriptorEJB.setSearchable(boolean search) |
void |
AttributeDescriptorRemote.setSelectionOf(AttributeDescriptorRemote descriptor) |
void |
AttributeDescriptorEJB.setSelectionOf(AttributeDescriptorRemote selectionDescriptor) |
void |
AttributeDescriptorRemote.setWritable(boolean writable) |
void |
AttributeDescriptorEJB.setWritable(boolean writable) |
| Modifier and Type | Method and Description |
|---|---|
protected MapTypeRemote |
PropertyTest.getLocalized(TypeRemote unlocalized) |
protected TypeRemote |
PropertyTest.getValueType(java.lang.Object value,
boolean localized) |
void |
TypeManagerTest.testCreateComposedType() |
void |
FlexibleSearchTest.testMissingColumnBug()
Tests bug which reduced column count when wrapping outdated PKs from select.
|
void |
DeliveryModeTest.testTransaction() |
Copyright © 2018 SAP SE. All Rights Reserved.