예제 #1
0
 public Iterator<Selectable> getColumnIterator() {
   return associatedClass.getKey().getColumnIterator();
 }
예제 #2
0
 public int getColumnSpan() {
   return associatedClass.getKey().getColumnSpan();
 }
예제 #3
0
 public OneToOne(Mappings mappings, Table table, PersistentClass owner) throws MappingException {
   super(mappings, table);
   this.identifier = owner.getKey();
   this.entityName = owner.getEntityName();
 }