update postgresjson (mutable entity)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package fr.dcproject.entity
|
||||
import fr.postgresjson.entity.*
|
||||
import fr.postgresjson.entity.mutable.*
|
||||
import java.util.*
|
||||
|
||||
class Article(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package fr.dcproject.entity
|
||||
|
||||
import fr.postgresjson.entity.*
|
||||
import fr.postgresjson.entity.mutable.*
|
||||
import org.joda.time.DateTime
|
||||
import java.util.*
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package fr.dcproject.entity
|
||||
|
||||
import fr.postgresjson.entity.*
|
||||
import fr.postgresjson.entity.mutable.*
|
||||
import java.util.*
|
||||
|
||||
open class Comment <T : UuidEntity> (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package fr.dcproject.entity
|
||||
|
||||
import fr.postgresjson.entity.*
|
||||
import fr.postgresjson.entity.mutable.*
|
||||
import java.util.*
|
||||
|
||||
class Constitution(
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package fr.dcproject.entity
|
||||
|
||||
import fr.postgresjson.entity.*
|
||||
import fr.postgresjson.entity.EntityI
|
||||
import fr.postgresjson.entity.mutable.*
|
||||
import java.util.*
|
||||
|
||||
interface ExtraI <T : EntityI> :
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
package fr.dcproject.entity
|
||||
import fr.postgresjson.entity.UuidEntity
|
||||
import fr.postgresjson.entity.mutable.UuidEntity
|
||||
import java.util.*
|
||||
|
||||
class Follow <T : UuidEntity> (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package fr.dcproject.entity
|
||||
|
||||
import fr.postgresjson.entity.*
|
||||
import fr.postgresjson.entity.mutable.*
|
||||
import io.ktor.auth.Principal
|
||||
import org.joda.time.DateTime
|
||||
import java.util.*
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package fr.dcproject.entity
|
||||
|
||||
import fr.postgresjson.entity.EntityUpdatedAt
|
||||
import fr.postgresjson.entity.EntityUpdatedAtImp
|
||||
import fr.postgresjson.entity.UuidEntity
|
||||
import fr.postgresjson.entity.mutable.EntityUpdatedAt
|
||||
import fr.postgresjson.entity.mutable.EntityUpdatedAtImp
|
||||
import fr.postgresjson.entity.mutable.UuidEntity
|
||||
import java.util.*
|
||||
|
||||
open class Vote <T : UuidEntity> (
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package fr.dcproject.entity
|
||||
|
||||
import fr.postgresjson.entity.EntityI
|
||||
import fr.postgresjson.entity.EntityUpdatedAt
|
||||
import fr.postgresjson.entity.EntityUpdatedAtImp
|
||||
import fr.postgresjson.entity.mutable.EntityUpdatedAt
|
||||
import fr.postgresjson.entity.mutable.EntityUpdatedAtImp
|
||||
|
||||
open class VoteAggregation(
|
||||
val up: Int,
|
||||
|
||||
Reference in New Issue
Block a user