public class SchemaUtil extends Object
Constructor and Description |
---|
SchemaUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
removeIndexInPropertyFromSchema(Record schema,
String propertyNameInFields,
String propertyNameInIndexFields) |
static void |
removePropertyFromEntity(Record entity,
String propertyNameInFields,
String propertyNameInIndexFields) |
static void |
removePropertyFromFields(Record parent,
String fieldName,
String propertyName) |
static void |
removePropertyFromIndex(Record index,
String propertyName) |
public static void removeIndexInPropertyFromSchema(Record schema, String propertyNameInFields, String propertyNameInIndexFields)
public static void removePropertyFromEntity(Record entity, String propertyNameInFields, String propertyNameInIndexFields)
public static void removePropertyFromIndex(Record index, String propertyName)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.