All Downloads are FREE. Search and download functionalities are using the official Maven repository.

klass.model.meta.domain.AssociationEndModifierFinder Maven / Gradle / Ivy

The newest version!
package klass.model.meta.domain;
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.util.*;
import java.io.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.gs.fw.common.mithra.*;
import com.gs.fw.common.mithra.attribute.*;
import com.gs.fw.common.mithra.util.*;
import com.gs.fw.common.mithra.notification.*;
import com.gs.fw.common.mithra.notification.listener.*;
import com.gs.fw.common.mithra.list.cursor.Cursor;
import com.gs.fw.common.mithra.bulkloader.*;
import com.gs.fw.common.mithra.*;
import com.gs.fw.common.mithra.attribute.*;
import com.gs.fw.common.mithra.attribute.calculator.procedure.ObjectProcedure;
import com.gs.fw.common.mithra.behavior.txparticipation.*;
import com.gs.fw.common.mithra.cache.Cache;
import com.gs.fw.common.mithra.cache.bean.*;
import com.gs.fw.common.mithra.extractor.*;
import com.gs.fw.common.mithra.finder.*;
import com.gs.fw.common.mithra.finder.booleanop.*;
import com.gs.fw.common.mithra.finder.integer.*;
import com.gs.fw.common.mithra.finder.longop.*;
import com.gs.fw.common.mithra.finder.orderby.OrderBy;
import com.gs.fw.common.mithra.finder.string.*;
import com.gs.fw.common.mithra.extractor.NormalAndListValueSelector;
import com.gs.fw.common.mithra.list.NulledRelation;
import com.gs.fw.common.mithra.querycache.CachedQuery;
import com.gs.fw.common.mithra.querycache.QueryCache;
import com.gs.fw.common.mithra.portal.*;
import com.gs.fw.common.mithra.remote.*;
import com.gs.fw.common.mithra.transaction.MithraObjectPersister;
import com.gs.fw.common.mithra.util.TimestampPool;
import org.eclipse.collections.impl.map.mutable.UnifiedMap;
import java.io.Serializable;
/**
* This file was automatically generated using Mithra 18.0.0. Please do not modify it.
* Add custom logic to its subclass instead.
*/
public class AssociationEndModifierFinder
{
	private static final String IMPL_CLASS_NAME_WITH_SLASHES = "klass/model/meta/domain/AssociationEndModifier";
	private static final String BUSINESS_CLASS_NAME_WITH_DOTS = "klass.model.meta.domain.AssociationEndModifier";
	private static final FinderMethodMap finderMethodMap;
	private static boolean isFullCache;
	private static boolean isOffHeap;
	private static volatile MithraObjectPortal objectPortal = new UninitializedPortal("klass.model.meta.domain.AssociationEndModifier");
	private static final AssociationEndModifierSingleFinder finder = new AssociationEndModifierSingleFinder();
	private static ConstantStringSet[] constantStringSets = new ConstantStringSet[0];
	private static ConstantIntSet[] constantIntSets = new ConstantIntSet[0];
	private static ConstantShortSet[] constantShortSets = new ConstantShortSet[0];
	static
	{
		finderMethodMap = new FinderMethodMap(AssociationEndModifierFinder.AssociationEndModifierRelatedFinder.class);
		finderMethodMap.addNormalAttributeName("owningClassName");
		finderMethodMap.addNormalAttributeName("associationEndName");
		finderMethodMap.addNormalAttributeName("keyword");
		finderMethodMap.addNormalAttributeName("ordinal");
		finderMethodMap.addRelationshipName("associationEnd");
	}

	public static Attribute[] allPersistentAttributes()
	{
		return finder.getPersistentAttributes();
	}

	public static List allRelatedFinders()
	{
		return finder.getRelationshipFinders();
	}

	public static List allDependentRelatedFinders()
	{
		return finder.getDependentRelationshipFinders();
	}

	public static ConstantStringSet zGetConstantStringSet(int index)
	{
		return constantStringSets[index];
	}

	public static ConstantIntSet zGetConstantIntSet(int index)
	{
		return constantIntSets[index];
	}

	public static ConstantShortSet zGetConstantShortSet(int index)
	{
		return constantShortSets[index];
	}

	public static SourceAttributeType getSourceAttributeType()
	{
		return null;
	}

	public static AssociationEndModifier findOne(com.gs.fw.finder.Operation operation)
	{
		return findOne(operation, false);
	}

	public static AssociationEndModifier findOneBypassCache(com.gs.fw.finder.Operation operation)
	{
		return findOne(operation, true);
	}

	public static AssociationEndModifierList findMany(com.gs.fw.finder.Operation operation)
	{
		return (AssociationEndModifierList) finder.findMany(operation);
	}

	public static AssociationEndModifierList findManyBypassCache(com.gs.fw.finder.Operation operation)
	{
		return (AssociationEndModifierList) finder.findManyBypassCache(operation);
	}

	private static AssociationEndModifier findOne(com.gs.fw.finder.Operation operation, boolean bypassCache)
	{
		List found = getMithraObjectPortal().find((Operation) operation, bypassCache);
		return (AssociationEndModifier) FinderUtils.findOne(found);
	}

	public static AssociationEndModifier findByPrimaryKey(String owningClassName, String associationEndName, String keyword)
	{
		return finder.findByPrimaryKey(owningClassName, associationEndName, keyword);
	}

	private static final RelationshipHashStrategy forPrimaryKey = new PrimaryKeyRhs();
	private static final class PrimaryKeyRhs implements RelationshipHashStrategy
	{
		public boolean equalsForRelationship(Object _srcObject, Object _srcData, Object _targetData, Timestamp _asOfDate0, Timestamp _asOfDate1)
		{
			I3O3L3 _bean = (I3O3L3) _srcData;
			AssociationEndModifierData _castedTargetData = (AssociationEndModifierData) _targetData;
			if (_bean.getO1AsString().equals(_castedTargetData.getOwningClassName()) && _bean.getO2AsString().equals(_castedTargetData.getAssociationEndName()) && _bean.getO3AsString().equals(_castedTargetData.getKeyword()))
			{
				return true;
			}

			return false;
		}

		public int computeHashCodeFromRelated(Object _srcObject, Object _srcData)
		{
			I3O3L3 _bean = (I3O3L3) _srcData;
			return HashUtil.combineHashes(HashUtil.combineHashes(HashUtil.hash(_bean.getO1AsString()),HashUtil.hash(_bean.getO2AsString())),HashUtil.hash(_bean.getO3AsString()));
		}

		public int computeOffHeapHashCodeFromRelated(Object _srcObject, Object _srcData)
		{
			I3O3L3 _bean = (I3O3L3) _srcData;
			return HashUtil.combineHashes(HashUtil.combineHashes(HashUtil.offHeapHash(_bean.getO1AsString()),HashUtil.offHeapHash(_bean.getO2AsString())),HashUtil.offHeapHash(_bean.getO3AsString()));
		}
	}

	public static AssociationEndModifier zFindOneForRelationship(Operation operation)
	{
		List found = getMithraObjectPortal().findAsCachedQuery(operation, null, false, true, 0).getResult();
		return (AssociationEndModifier) FinderUtils.findOne(found);
	}

	public static MithraObjectPortal getMithraObjectPortal()
	{
		return objectPortal.getInitializedPortal();
	}

	public static void clearQueryCache()
	{
		objectPortal.clearQueryCache();
	}

	public static void reloadCache()
	{
		objectPortal.reloadCache();
	}

	public static class AssociationEndModifierRelatedFinder extends AbstractRelatedFinder
	implements ElementFinder
	{
		private List relationshipFinders;
		private List dependentRelationshipFinders;
		private StringAttribute owningClassName;
		private StringAttribute associationEndName;
		private StringAttribute keyword;
		private IntegerAttribute ordinal;
		private AssociationEndModifierAssociationEndFinderSubclass associationEnd;
		public AssociationEndModifierRelatedFinder()
		{
			super();
		}

		public AssociationEndModifierRelatedFinder(Mapper mapper)
		{
			super(mapper);
		}

		public String getFinderClassName()
		{
			return "klass.model.meta.domain.AssociationEndModifierFinder";
		}

		public RelatedFinder getRelationshipFinderByName(String relationshipName)
		{
			return AssociationEndModifierFinder.finderMethodMap.getRelationshipFinderByName(relationshipName, this);
		}

		public Attribute getAttributeByName(String attributeName)
		{
			return AssociationEndModifierFinder.finderMethodMap.getAttributeByName(attributeName, this);
		}

		public com.gs.fw.common.mithra.extractor.Function getAttributeOrRelationshipSelector(String attributeName)
		{
			return AssociationEndModifierFinder.finderMethodMap.getAttributeOrRelationshipSelectorFunction(attributeName, this);
		}

		public Attribute[] getPersistentAttributes()
		{
			Attribute[] attributes = new Attribute[4];
			attributes[0] = this.owningClassName();
			attributes[1] = this.associationEndName();
			attributes[2] = this.keyword();
			attributes[3] = this.ordinal();
			return attributes;
		}

		public List getRelationshipFinders()
		{
			if (relationshipFinders == null)
			{
				List relatedFinders = new ArrayList(1);
				relatedFinders.add(this.associationEnd());
				relationshipFinders = Collections.unmodifiableList(relatedFinders);
			}

			return relationshipFinders;
		}

		public List getDependentRelationshipFinders()
		{
			if (dependentRelationshipFinders == null)
			{
				List dependentRelatedFinders = new ArrayList(0);
				dependentRelationshipFinders = Collections.unmodifiableList(dependentRelatedFinders);
			}

			return dependentRelationshipFinders;
		}

		public AssociationEndModifier findOne(com.gs.fw.finder.Operation operation)
		{
			return AssociationEndModifierFinder.findOne(operation, false);
		}

		public AssociationEndModifier findOneBypassCache(com.gs.fw.finder.Operation operation)
		{
			return AssociationEndModifierFinder.findOne(operation, true);
		}

		public MithraList findMany(com.gs.fw.finder.Operation operation)
		{
			return new AssociationEndModifierList((Operation) operation);
		}

		public MithraList findManyBypassCache(com.gs.fw.finder.Operation operation)
		{
			AssociationEndModifierList result = (AssociationEndModifierList) this.findMany(operation);
			result.setBypassCache(true);
			return result;
		}

		public MithraList constructEmptyList()
		{
			return new AssociationEndModifierList();
		}

		public int getSerialVersionId()
		{
			return 1753420231;
		}

		public boolean isPure()
		{
			return false;
		}

		public boolean isTemporary()
		{
			return false;
		}

		public int getHierarchyDepth()
		{
			return 0;
		}

		public StringAttribute owningClassName()
		{
			StringAttribute result = this.owningClassName;
			if (result == null)
			{
				result = mapper == null ? SingleColumnStringAttribute.generate("\"OWNING_CLASS_NAME\"","","owningClassName",BUSINESS_CLASS_NAME_WITH_DOTS,IMPL_CLASS_NAME_WITH_SLASHES,false,false,this,null,true,false,-1,-1,-1,256,false, false) :
					new MappedStringAttribute(AssociationEndModifierFinder.owningClassName(), this.mapper, this.zGetValueSelector());
				result.zSetOwningRelationship("associationEnd");
				result.zSetOwningReverseRelationship("klass.model.meta.domain", "AssociationEnd", "associationEndModifiers");
				this.owningClassName = result;
			}

			return result;
		}

		public StringAttribute associationEndName()
		{
			StringAttribute result = this.associationEndName;
			if (result == null)
			{
				result = mapper == null ? SingleColumnStringAttribute.generate("\"ASSOCIATION_END_NAME\"","","associationEndName",BUSINESS_CLASS_NAME_WITH_DOTS,IMPL_CLASS_NAME_WITH_SLASHES,false,false,this,null,true,false,-1,-1,-1,256,false, false) :
					new MappedStringAttribute(AssociationEndModifierFinder.associationEndName(), this.mapper, this.zGetValueSelector());
				result.zSetOwningRelationship("associationEnd");
				result.zSetOwningReverseRelationship("klass.model.meta.domain", "AssociationEnd", "associationEndModifiers");
				this.associationEndName = result;
			}

			return result;
		}

		public StringAttribute keyword()
		{
			StringAttribute result = this.keyword;
			if (result == null)
			{
				result = mapper == null ? SingleColumnStringAttribute.generate("\"KEYWORD\"","","keyword",BUSINESS_CLASS_NAME_WITH_DOTS,IMPL_CLASS_NAME_WITH_SLASHES,false,false,this,null,true,false,-1,-1,-1,256,false, false) :
					new MappedStringAttribute(AssociationEndModifierFinder.keyword(), this.mapper, this.zGetValueSelector());
				this.keyword = result;
			}

			return result;
		}

		public IntegerAttribute ordinal()
		{
			IntegerAttribute result = this.ordinal;
			if (result == null)
			{
				result = mapper == null ? SingleColumnIntegerAttribute.generate("\"ORDINAL\"","","ordinal",BUSINESS_CLASS_NAME_WITH_DOTS,IMPL_CLASS_NAME_WITH_SLASHES,false,false,this,null,true,false,false,-1,-1,-1,false, false) :
					new MappedIntegerAttribute(AssociationEndModifierFinder.ordinal(), this.mapper, this.zGetValueSelector());
				this.ordinal = result;
			}

			return result;
		}

		public AssociationEndFinder.AssociationEndSingleFinderForRelatedClasses associationEnd()
		{
			AssociationEndModifierAssociationEndFinderSubclass result = this.associationEnd;
			if (result == null)
			{
				Mapper newMapper = combineWithMapperIfExists(AssociationEndFinder.zGetAssociationEndAssociationEndModifiersMapper());
				newMapper.setToMany(false);
				result = new AssociationEndModifierAssociationEndFinderSubclass(newMapper , this.zGetValueSelector() );
				this.associationEnd = result;
			}

			return result;
		}

		public Attribute getSourceAttribute()
		{
			return null;
		}

		private Mapper combineWithMapperIfExists(Mapper newMapper)
		{
			if (this.mapper != null)
			{
				return new LinkedMapper(this.mapper, newMapper);
			}

			return newMapper;
		}

		public Attribute[] getPrimaryKeyAttributes()
		{
			return AssociationEndModifierFinder.getPrimaryKeyAttributes();
		}

		public VersionAttribute getVersionAttribute()
		{
			return null;
		}

		public MithraObjectPortal getMithraObjectPortal()
		{
			return AssociationEndModifierFinder.getMithraObjectPortal();
		}
	}

	public static class AssociationEndModifierCollectionFinder extends AssociationEndModifierRelatedFinder
	{
		public AssociationEndModifierCollectionFinder(Mapper mapper)
		{
			super(mapper);
		}
	}

	public static abstract class AssociationEndModifierCollectionFinderForRelatedClasses
	extends AssociationEndModifierCollectionFinder
	implements DeepRelationshipAttribute
	{
		public AssociationEndModifierCollectionFinderForRelatedClasses(Mapper mapper)
		{
			super(mapper);
		}

		protected NormalAndListValueSelector zGetValueSelector()
		{
			return this;
		}
	}

	public static class AssociationEndModifierSingleFinder extends AssociationEndModifierRelatedFinder
	implements ToOneFinder
	{
		public AssociationEndModifierSingleFinder(Mapper mapper)
		{
			super(mapper);
		}

		public AssociationEndModifierSingleFinder()
		{
			super(null);
		}

		public Operation eq(AssociationEndModifier other)
		{
			return this.owningClassName().eq(other.getOwningClassName())
			.and(this.associationEndName().eq(other.getAssociationEndName()))
			.and(this.keyword().eq(other.getKeyword()))
			;
		}
		// this implementation uses private API. Do NOT copy to application code. Application code must use normal operations for lookups.
		public AssociationEndModifier findByPrimaryKey(String owningClassName, String associationEndName, String keyword)
		{
			AssociationEndModifier _result = null;
			Operation _op = null;
			Object _related = null;
			if (owningClassName != null && associationEndName != null && keyword != null)
			{
				I3O3L3 _bean = I3O3L3.POOL.getOrConstruct();
				_bean.setO1(owningClassName);
				_bean.setO2(associationEndName);
				_bean.setO3(keyword);
				MithraObjectPortal _portal = this.getMithraObjectPortal();
				_related = _portal.getAsOneFromCacheForFind(_bean, _bean, forPrimaryKey, null, null);
				_bean.release();
			}

			if (!(_related instanceof NulledRelation)) _result = (AssociationEndModifier) _related;
			if (_related == null)
			{
				_op = this.owningClassName().eq(owningClassName).and(this.associationEndName().eq(associationEndName)).and(this.keyword().eq(keyword));
			}

			if (_op != null)
			{
				_result = this.findOne(_op);
			}

			return _result;
		}
	}

	public static abstract class AssociationEndModifierSingleFinderForRelatedClasses extends AssociationEndModifierSingleFinder implements DeepRelationshipAttribute
	{
		public AssociationEndModifierSingleFinderForRelatedClasses(Mapper mapper)
		{
			super(mapper);
		}

		protected NormalAndListValueSelector zGetValueSelector()
		{
			return this;
		}
	}

	/** maps to \"ASSOCIATION_END_MODIFIER\".\"OWNING_CLASS_NAME\" **/
	public static StringAttribute owningClassName()
	{
		return finder.owningClassName();
	}

	/** maps to \"ASSOCIATION_END_MODIFIER\".\"ASSOCIATION_END_NAME\" **/
	public static StringAttribute associationEndName()
	{
		return finder.associationEndName();
	}

	/** maps to \"ASSOCIATION_END_MODIFIER\".\"KEYWORD\" **/
	public static StringAttribute keyword()
	{
		return finder.keyword();
	}

	/** maps to \"ASSOCIATION_END_MODIFIER\".\"ORDINAL\" **/
	public static IntegerAttribute ordinal()
	{
		return finder.ordinal();
	}

	public static AssociationEndFinder.AssociationEndSingleFinderForRelatedClasses associationEnd()
	{
		return finder.associationEnd();
	}

	public static class AssociationEndModifierAssociationEndFinderSubclass extends AssociationEndFinder.AssociationEndSingleFinderForRelatedClasses
	{
		public AssociationEndModifierAssociationEndFinderSubclass(Mapper mapper, NormalAndListValueSelector parentSelector )
		{
			super(mapper);
			this._parentSelector = (AbstractRelatedFinder) parentSelector;
			this._orderBy = null;
			this._type = SIMPLE_TO_ONE;
			this._name = "associationEnd";
			this.zSetRelationshipMultiExtractor(RelationshipMultiExtractor.withLeftAttributes(
				AssociationEndFinder.owningClassName(),
				AssociationEndFinder.name()).withExtractors(
				AssociationEndModifierFinder.owningClassName(),
				AssociationEndModifierFinder.associationEndName()));
		}

		public DeepRelationshipAttribute copy()
		{
			return new AssociationEndModifierAssociationEndFinderSubclass(zGetMapper(), (NormalAndListValueSelector) this._parentSelector
			);
		}

		protected AssociationEnd plainValueOf(AssociationEndModifier _obj)
		{
			return _obj.getAssociationEnd();
		}

		protected AssociationEndList plainListValueOf(Object _obj)
		{
			return ((AssociationEndModifierList)_obj).getAssociationEnds();
		}
	}

	public static Operation eq(AssociationEndModifier other)
	{
		return finder.eq(other);
	}

	public static Operation all()
	{
		return new All(owningClassName());
	}

	public static AssociationEndModifierSingleFinder getFinderInstance()
	{
		return finder;
	}

	public static Attribute[] getPrimaryKeyAttributes()
	{
		return new Attribute[] 
		{
			owningClassName()
			, associationEndName()
			, keyword()
		}

		;
	}

	public static Attribute[] getImmutableAttributes()
	{
		return new Attribute[] 
		{
			owningClassName()
			, owningClassName()
			, associationEndName()
			, keyword()
		}

		;
	}

	public static AsOfAttribute[] getAsOfAttributes()
	{
		return null;
	}

	protected static void initializeIndicies(Cache cache)
	{
		cache.addIndex("0 Index", new Attribute[] 
		{
			associationEndName()
			, owningClassName()
		}

		);
	}

	protected static void initializePortal(MithraObjectDeserializer objectFactory, Cache cache,
		MithraConfigurationManager.Config config)
	{
		initializeIndicies(cache);
		isFullCache = cache.isFullCache();
		isOffHeap = cache.isOffHeap();
		MithraObjectPortal portal;
		if (config.isParticipatingInTx())
		{
			portal = new MithraTransactionalPortal(objectFactory, cache, getFinderInstance(),
				config.getRelationshipCacheSize(), config.getMinQueriesToKeep(), null,
				null, null, 0,
				(MithraObjectPersister) objectFactory);
		}
		else
		{
			portal = new MithraReadOnlyPortal(objectFactory, cache, getFinderInstance(),
				config.getRelationshipCacheSize(), config.getMinQueriesToKeep(), null,
				null, null, 0,
				(MithraObjectPersister) objectFactory);
		}

		portal.setParentFinders(new RelatedFinder[] 
		{
			AssociationEndFinder.getFinderInstance(),
		}

		);
		config.initializePortal(portal);
		objectPortal.destroy();
		objectPortal = portal;
	}

	protected static void initializeClientPortal(MithraObjectDeserializer objectFactory, Cache cache,
		MithraConfigurationManager.Config config)
	{
		initializeIndicies(cache);
		isFullCache = cache.isFullCache();
		isOffHeap = cache.isOffHeap();
		MithraObjectPortal portal;
		if (config.isParticipatingInTx())
		{
			portal = new MithraTransactionalPortal(objectFactory, cache, getFinderInstance(),
				config.getRelationshipCacheSize(), config.getMinQueriesToKeep(),
				null, null,
				null, 0,
				new RemoteMithraObjectPersister(config.getRemoteMithraService(), getFinderInstance(), false));
		}
		else
		{
			portal = new MithraReadOnlyPortal(objectFactory, cache, getFinderInstance(),
				config.getRelationshipCacheSize(), config.getMinQueriesToKeep(),
				null, null,
				null, 0,
				new RemoteMithraObjectPersister(config.getRemoteMithraService(), getFinderInstance(), false));
		}

		portal.setParentFinders(new RelatedFinder[] 
		{
			AssociationEndFinder.getFinderInstance(),
		}

		);
		config.initializePortal(portal);
		objectPortal.destroy();
		objectPortal = portal;
	}

	public static boolean isFullCache()
	{
		return isFullCache;
	}

	public static boolean isOffHeap()
	{
		return isOffHeap;
	}

	public static Attribute getAttributeByName(String attributeName)
	{
		return finder.getAttributeByName(attributeName);
	}

	public static com.gs.fw.common.mithra.extractor.Function getAttributeOrRelationshipSelector(String attributeName)
	{
		return finder.getAttributeOrRelationshipSelector(attributeName);
	}

	public static RelatedFinder getRelatedFinderByName(String relationshipName)
	{
		return finder.getRelationshipFinderByName(relationshipName);
	}

	public static DoubleAttribute[] zGetDoubleAttributes()
	{
		DoubleAttribute[] result = new DoubleAttribute[0];
		return result;
	}

	public static BigDecimalAttribute[] zGetBigDecimalAttributes()
	{
		BigDecimalAttribute[] result = new BigDecimalAttribute[0];
		return result;
	}

	public static void zResetPortal()
	{
		objectPortal.destroy();
		objectPortal = new UninitializedPortal("klass.model.meta.domain.AssociationEndModifier");
		isFullCache = false;
		isOffHeap = false;
	}

	public static void setTransactionModeFullTransactionParticipation(MithraTransaction tx)
	{
		tx.setTxParticipationMode(objectPortal, FullTransactionalParticipationMode.getInstance());
	}

	public static void setTransactionModeReadCacheUpdateCausesRefreshAndLock(MithraTransaction tx)
	{
		tx.setTxParticipationMode(objectPortal, ReadCacheUpdateCausesRefreshAndLockTxParticipationMode.getInstance());
	}

	public static void registerForNotification(MithraApplicationClassLevelNotificationListener listener)
	{
		getMithraObjectPortal().registerForApplicationClassLevelNotification(listener);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy