@Override public <Y> CollectionJoin<X, Y> join( CollectionAttribute<? super X, Y> collection) { // TODO Auto-generated method stub return null; }
@Override public <Y> CollectionJoin<X, Y> join( CollectionAttribute<? super X, Y> collection, JoinType jt) { // TODO Auto-generated method stub return null; }
@Override public <X, Y> CollectionJoin<X, Y> joinCollection(String attributeName) { // TODO Auto-generated method stub return null; }
@Override public <X, Y> CollectionJoin<X, Y> joinCollection(String attributeName, JoinType jt) { // TODO Auto-generated method stub return null; }
@Override public <X, T, E extends T> CollectionJoin<X, E> treat( CollectionJoin<X, T> join, Class<E> type) { // TODO Auto-generated method stub return null; }
@Override @SuppressWarnings("unchecked") public <X, T, E extends T> CollectionJoin<X, E> treat(CollectionJoin<X, T> join, Class<E> type) { // return ( (CollectionJoinImplementor) join ).treatAs( type ); throw new NotYetImplementedException( ); }
@Override public <Y> CollectionJoin<T, Y> join( CollectionAttribute<? super T, Y> arg0 ) { // TODO Auto-generated method stub return null; }
@Override public <Y> CollectionJoin<T, Y> join( CollectionAttribute<? super T, Y> arg0, JoinType arg1 ) { // TODO Auto-generated method stub return null; }
@Override public <X, Y> CollectionJoin<X, Y> joinCollection( String arg0 ) { // TODO Auto-generated method stub return null; }
@Override public <X, Y> CollectionJoin<X, Y> joinCollection( String arg0, JoinType arg1 ) { // TODO Auto-generated method stub return null; }