Class B23Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test2.B23Abstract
- All Implemented Interfaces:
Serializable,B23,TopiaEntity
- Direct Known Subclasses:
B23Impl
- See Also:
-
Field Summary
FieldsFields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface org.nuiton.topia.it.mapping.test2.B23
PROPERTY_ROLE_A23Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TopiaEntityVisitor visitor) protected voidaccept0(TopiaEntityVisitor visitor) voidaddAllRoleA23(Iterable<A23> roleA23) voidaddRoleA23(A23 roleA23) voidbooleancontainsRoleA23(A23 roleA23) getRoleA23ByTopiaId(String topiaId) booleanbooleanvoidremoveRoleA23(A23 roleA23) voidsetRoleA23(Collection<A23> roleA23) intMethods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
roleA23
Nom de l'attribut en BD : roleA23
-
-
Constructor Details
-
B23Abstract
public B23Abstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
TopiaException
-
addRoleA23
- Specified by:
addRoleA23in interfaceB23
-
addAllRoleA23
- Specified by:
addAllRoleA23in interfaceB23
-
setRoleA23
- Specified by:
setRoleA23in interfaceB23
-
removeRoleA23
- Specified by:
removeRoleA23in interfaceB23
-
clearRoleA23
public void clearRoleA23()- Specified by:
clearRoleA23in interfaceB23
-
getRoleA23
- Specified by:
getRoleA23in interfaceB23
-
getRoleA23ByTopiaId
- Specified by:
getRoleA23ByTopiaIdin interfaceB23
-
getRoleA23TopiaIds
- Specified by:
getRoleA23TopiaIdsin interfaceB23
-
sizeRoleA23
public int sizeRoleA23()- Specified by:
sizeRoleA23in interfaceB23
-
isRoleA23Empty
public boolean isRoleA23Empty()- Specified by:
isRoleA23Emptyin interfaceB23
-
isRoleA23NotEmpty
public boolean isRoleA23NotEmpty()- Specified by:
isRoleA23NotEmptyin interfaceB23
-
containsRoleA23
- Specified by:
containsRoleA23in interfaceB23
-