This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.tomergabel.examples | |
import org.squeryl.PrimitiveTypeMode._ | |
import org.squeryl.{Session, SessionFactory, KeyedEntity, Schema} | |
import java.sql.Timestamp | |
/** | |
* Created by tomer on 7/2/12. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.tomergabel.examples; | |
/** | |
* Created by tomer on 7/10/12. | |
*/ | |
public class Derived implements Superclass { | |
public void doSomething() throws Exception { | |
} | |
} |
NewerOlder